use download.samba.org::ftp/unpacked/
[build-farm.git] / SerNet-IRIX.fns
index 769b9e467f04c78a1be62b29875d6445d9573253..afb1b3fd7e2d09094f0a617970bb0ec61a6df5b8 100644 (file)
@@ -2,20 +2,22 @@ per_run_hook
 
 global_lock
 
-MAXTIME=18000
+MAXTIME=36000
 TORTURE_MAXTIME=3600
 SMBD_MAXTIME=18000
-export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME
+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_3_2_test source $compiler
-
+       test_tree samba_current . $compiler
+       test_tree samba_next . $compiler
+       test_tree samba_master . $compiler
 done
 
 global_unlock