remove .fns file for removed host snab
[build-farm.git] / sunX.fns
index 2272d5da0a6993912831ca73c6ac3d1d4480b462..0df50986053b25ebf253d67b6771cf65f4d5578c 100644 (file)
--- a/sunX.fns
+++ b/sunX.fns
@@ -2,21 +2,26 @@ per_run_hook
 
 global_lock
 
-MAXTIME=36000
+MAXTIME=42200 # 12 hours
 TORTURE_MAXTIME=3600
-SMBD_MAXTIME=18000
-SAMBA_MAXTIME=18000
+SMBD_MAXTIME=42200
+SAMBA_MAXTIME=42200
 export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+CFLAGS="-g $CFLAGS"
+export CFLAGS
 
-for compiler in cc gcc; do
+compilers="cc gcc"
+for compiler in $compilers; do
        #export config="--with-included-popt"
        . common.fns
+       TDB_NO_FSYNC=1
+       export TDB_NO_FSYNC
+       test_tree samba_4_0_test . $compiler
+       TDB_NO_FSYNC=0
+       export TDB_NO_FSYNC
 
-       test_tree samba_4_0_test 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_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
 
 done