mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
selftest: enable FAIL_IMMEDIATELY in autobuild make test
this should reduce the time we wait for previous failing builds. Right now this will only work for s4, as we need a makefile change for s3 support
This commit is contained in:
parent
f4177b66c5
commit
00611cbcf6
@ -21,13 +21,13 @@ tasks = {
|
||||
"make basics",
|
||||
"make -j 4 everything", # don't use too many processes
|
||||
"make install",
|
||||
"TDB_NO_FSYNC=1 make test" ],
|
||||
"TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1" ],
|
||||
|
||||
"source4" : [ "./autogen.sh",
|
||||
"./configure.developer ${PREFIX}",
|
||||
"make -j",
|
||||
"make install",
|
||||
"TDB_NO_FSYNC=1 make test" ],
|
||||
"TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1" ],
|
||||
|
||||
"source4/lib/ldb" : [ "./autogen-waf.sh",
|
||||
"./configure --enable-developer -C ${PREFIX}",
|
||||
|
Loading…
Reference in New Issue
Block a user