Add some notes on running the build farm locally to README.
[build-farm.git] / SerNet-IRIX.fns
index a5878f27bdcb5481f15bda968aa33bb4c21707c3..cdcb6cb3b08ef9daaefb9e06440d38762ee291a5 100644 (file)
@@ -8,18 +8,17 @@ SMBD_MAXTIME=18000
 SAMBA_MAXTIME=18000
 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
-for compiler in cc ; do
+compilers="cc"
+
+for compiler in $compilers; do
 
        #export config="--with-included-popt"
        . common.fns
 
-       test_tree samba_4_0_test source $compiler
-       test_tree samba_4_0_waf source4 $compiler
-
-       test_tree samba_3_current source $compiler
-       test_tree samba_3_next source $compiler
-       test_tree samba_3_master source $compiler
+       test_tree samba_4_0_test . $compiler
 
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
 done
 
 global_unlock