Tsuna <tsuna(a)warszawa.lrde.epita.fr> writes:
On 2006-09-05, Roland Levillain
<roland(a)lrde.epita.fr> wrote:
Index: ChangeLog
from Roland Levillain <roland(a)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
Ca va aussi affecter transformers?
Maintenant, oui (c). (Je plaisante.)
Ca sert a rien pour transformers... on fait deja
distcheck, on va pas perdre
X heures en plus a faire un make check?!
Cependant, c'est juste une règle par défault ; je vais ajuster le
build de Transformers pour qu'il conserve l'ancien comportement (sans
`check').
C'est juste plus sain de faire `check' avant `distcheck' dans le cas
général.