From: Matthieu Patou Date: Sun, 7 Nov 2010 21:44:16 +0000 (+0300) Subject: Ignore the make test and for the waf test for samba4 build on buildsamba02 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=bd519331d082efb7ae321ae27352c3b277aed5df;p=build-farm.git Ignore the make test and for the waf test for samba4 build on buildsamba02 --- diff --git a/buildsamba02.fns b/buildsamba02.fns index 735227e5..acde9038 100644 --- a/buildsamba02.fns +++ b/buildsamba02.fns @@ -4,10 +4,17 @@ global_lock #. install_python.fns -action_mytest() { +action_test() { echo "PWD: "`pwd` ls -lrt ../../*.fns - make test + case $tree in + samba_4*) + ../buildtools/bin/waf test + ;; + *) + do_make test + ;; + esac totalstatus=$? # if we produced a test summary then show it @@ -22,7 +29,7 @@ action_mytest() { for compiler in gcc; do . common.fns - test_tree samba_4_0_test source4 $compiler configure config_log config_header build install mytest + test_tree samba_4_0_test source4 $compiler test_tree samba_3_current source $compiler test_tree samba_3_next source $compiler