1
0
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:
Andrew Tridgell 2010-09-28 11:23:35 -07:00
parent f4177b66c5
commit 00611cbcf6

View File

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