query and conversion completed
[build-farm.git] / SerNet-Tru64.fns
index 37a5540ac2e84791bda46c32a06441bf6fba61bb..3571b6045c1f546e90142eb61a39d6e135c5217c 100644 (file)
@@ -1,34 +1,29 @@
 per_run_hook
 
 global_lock
-compilers="cc"
 
 MAXTIME=18000
 SMBD_MAXTIME=8500
 SAMBA_MAXTIME=8500
 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 
+compilers="cc"
+
 CFLAGS="-g $CFLAGS"
 export CFLAGS
 
 for compiler in $compilers; do
 
        . common.fns
-       TDB_NO_FSYNC=1
-       SAVED_CPPFLAGS="$CPPFLAGS"
-       CPPFLAGS=""
-       export TDB_NO_FSYNC
-       export CPPFLAGS
-       test_tree samba_4_0_test source4 $compiler
-       CPPFLAGS="$SAVED_CPPFLAGS"
-       export CPPFLAGS
-
-       test_tree samba_3_current source $compiler
-       test_tree samba_3_next source $compiler
-       test_tree samba_3_master source $compiler
-       TDB_NO_FSYNC=0
-       export TDB_NO_FSYNC
 
+       config="--without-acl-support"
+       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