Use TDB_NO_FSYNC in s4 builds in hope that it will speed up tests on sunX
authorMatthieu Patou <mat@matws.net>
Sun, 7 Nov 2010 22:12:20 +0000 (01:12 +0300)
committerMatthieu Patou <mat@matws.net>
Sun, 7 Nov 2010 22:12:20 +0000 (01:12 +0300)
sunX.fns

index 2272d5da0a6993912831ca73c6ac3d1d4480b462..5bd3f46641ef92d1103d149a1e17fb583992219b 100644 (file)
--- a/sunX.fns
+++ b/sunX.fns
@@ -11,8 +11,11 @@ export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 for compiler in cc gcc; do
        #export config="--with-included-popt"
        . common.fns
-
+       TDB_NO_FSYNC=1
+       export TDB_NO_FSYNC
        test_tree samba_4_0_test source4 $compiler
+       TDB_NO_FSYNC=0
+       export TDB_NO_FSYNC
 
        test_tree samba_3_current source $compiler
        test_tree samba_3_next source $compiler