1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

autobuild: run ldb tests with TDB_NO_FSYNC=1

Only the tdb tests should not have this.

metze
This commit is contained in:
Stefan Metzmacher 2010-10-25 07:01:28 +00:00
parent db73b4a2c1
commit 47e2371598

View File

@ -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"),