diff options
-rwxr-xr-x | script/autobuild.py | 2 |
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"), |