]> git.samba.org - build-farm.git/blobdiff - SerNet-IRIX.fns
bump dead host time to 3 weeks
[build-farm.git] / SerNet-IRIX.fns
index e9d65fa4d7574590057aa9bb4de62bdfa5a8435b..c845470c9d1ad2f9fee380fe456d990098667aae 100644 (file)
@@ -2,22 +2,27 @@ per_run_hook
 
 global_lock
 
-MAXTIME=18000
+MAXTIME=36000
 TORTURE_MAXTIME=3600
 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_3_current source $compiler
-       test_tree samba_3_master source $compiler
+       config="--without-gettext"
+       export config
+       test_tree samba_4_0_test . $compiler
+       config=""
+       export config
 
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
 done
 
 global_unlock