1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-31 22:02:58 +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 basics",
"make -j 4 everything", # don't use too many processes "make -j 4 everything", # don't use too many processes
"make install", "make install",
"TDB_NO_FSYNC=1 make test" ], "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1" ],
"source4" : [ "./autogen.sh", "source4" : [ "./autogen.sh",
"./configure.developer ${PREFIX}", "./configure.developer ${PREFIX}",
"make -j", "make -j",
"make install", "make install",
"TDB_NO_FSYNC=1 make test" ], "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1" ],
"source4/lib/ldb" : [ "./autogen-waf.sh", "source4/lib/ldb" : [ "./autogen-waf.sh",
"./configure --enable-developer -C ${PREFIX}", "./configure --enable-developer -C ${PREFIX}",