mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user