summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-10-25 07:01:28 +0000
committerStefan Metzmacher <metze@samba.org>2010-10-25 07:02:26 +0000
commit47e2371598846271fcdd8b4bb43869acce1de8ed (patch)
treeb90f9d03958e7aecb0b909fe432eb149532957fb /script
parentdb73b4a2c129eeb7dddcd2466f8b7b485d66c1d9 (diff)
downloadsamba-47e2371598846271fcdd8b4bb43869acce1de8ed.tar.gz
samba-47e2371598846271fcdd8b4bb43869acce1de8ed.tar.bz2
samba-47e2371598846271fcdd8b4bb43869acce1de8ed.zip
autobuild: run ldb tests with TDB_NO_FSYNC=1
Only the tdb tests should not have this. metze
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 357cb16b5b..fdcbff60fa 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -32,7 +32,7 @@ tasks = {
"source4/lib/ldb" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"),
("make", "make -j", "text/plain"),
("install", "make install", "text/plain"),
- ("test", "make test", "text/plain") ],
+ ("test", "TDB_NO_FSYNC=1 make test", "text/plain") ],
"lib/tdb" : [ ("autogen", "./autogen-waf.sh", "text/plain"),
("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"),