The branch, master has been updated
via 7564d74 Use TDB_NO_FSYNC in s4 builds in hope that it will speed up
tests
from bd51933 Ignore the make test and for the waf test for samba4 build
on buildsamba02
http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7564d740ebbe124140d2f44fe5b74a132f757f5a
Author: Matthieu Patou <[email protected]>
Date: Mon Nov 8 01:07:15 2010 +0300
Use TDB_NO_FSYNC in s4 builds in hope that it will speed up tests
-----------------------------------------------------------------------
Summary of changes:
generic.fns | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/generic.fns b/generic.fns
index 65a0b20..dda794d 100644
--- a/generic.fns
+++ b/generic.fns
@@ -36,7 +36,11 @@ for compiler in gcc cc icc; do
CFLAGS="$CFLAGS_THIS_COMPILER $CFLAGS"
fi
export CFLAGS
+ TDB_NO_FSYNC=1
+ export TDB_NO_FSYNC
test_tree samba_4_0_test source4 $compiler
+ TDB_NO_FSYNC=0
+ export TDB_NO_FSYNC
if [ $compiler = gcc -o $isgcc = 0 ]; then
. common.fns
test_tree lorikeet-heimdal . $compiler
--
build.samba.org