From: Stefan Metzmacher Date: Mon, 25 Oct 2010 07:01:28 +0000 (+0000) Subject: autobuild: run ldb tests with TDB_NO_FSYNC=1 X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=47e2371598846271fcdd8b4bb43869acce1de8ed autobuild: run ldb tests with TDB_NO_FSYNC=1 Only the tdb tests should not have this. metze --- diff --git a/script/autobuild.py b/script/autobuild.py index 357cb16b5be..fdcbff60fa7 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"),