bump dead host time to 3 weeks
[build-farm.git] / SerNet-IRIX.fns
index bc3d7b50d6257defc4f632939d41888e07ca6dc7..c845470c9d1ad2f9fee380fe456d990098667aae 100644 (file)
@@ -8,17 +8,21 @@ 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_waf source4 $compiler
-
-       test_tree samba_3_current source $compiler
-       test_tree samba_3_next 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