autobuild: run ldb tests with TDB_NO_FSYNC=1
authorStefan Metzmacher <metze@samba.org>
Mon, 25 Oct 2010 07:01:28 +0000 (07:01 +0000)
committerStefan Metzmacher <metze@samba.org>
Mon, 25 Oct 2010 07:02:26 +0000 (07:02 +0000)
Only the tdb tests should not have this.

metze

script/autobuild.py

index 357cb16b5bee53abab677649af1a63a6c8e3bc4e..fdcbff60fa7545d9b2368bfcf4e6e5b80c055b4b 100755 (executable)
@@ -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"),