https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm
Index: ChangeLog
from Roland Levillain <roland(a)lrde.epita.fr>
Don't perform the `check' action on Transformers.
* buildfarm_worker/warszawa.fns: Override the default set of
actions, so as to avoid the `check' action.
warszawa.fns | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: buildfarm_worker/warszawa.fns
--- buildfarm_worker/warszawa.fns (revision 349)
+++ buildfarm_worker/warszawa.fns (working copy)
@@ -8,7 +8,7 @@
export CC="ccache gcc"
export CXX="ccache g++"
-test_tree generic-tools
-test_tree c-tools
-test_tree cxx-tools
-test_tree transformers
+test_tree generic-tools bootstrap configure build install distcheck
+test_tree c-tools bootstrap configure build install distcheck
+test_tree cxx-tools bootstrap configure build install distcheck
+test_tree transformers bootstrap configure build install distcheck