build-farm 349: Add `check' to the list of default actions.

5 Sep
2006
5 Sep
'06
9:56 a.m.
https://svn.lrde.epita.fr/svn/lrde-tools/trunk/build-farm Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> Add `check' to the list of default actions. * buildfarm_worker/build_test.fns (test_tree): Add `check' to the list of default actions. build_test.fns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: buildfarm_worker/build_test.fns --- buildfarm_worker/build_test.fns (revision 348) +++ buildfarm_worker/build_test.fns (working copy) @@ -512,7 +512,7 @@ actions="$*" if [ "$actions" = "" ]; then - actions="bootstrap configure build install distcheck" + actions="bootstrap configure build check install distcheck" fi # start the build
6928
Age (days ago)
6928
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain