Ignore the make test and for the waf test for samba4 build on buildsamba02
authorMatthieu Patou <mat@matws.net>
Sun, 7 Nov 2010 21:44:16 +0000 (00:44 +0300)
committerMatthieu Patou <mat@matws.net>
Sun, 7 Nov 2010 21:46:14 +0000 (00:46 +0300)
buildsamba02.fns

index 735227e5fc8295c128bf4df859bebac59dd9b9ab..acde90388171cf641c681475c6169d2f322bc83b 100644 (file)
@@ -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