X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=script%2Fautobuild.py;h=45f449ba0272814d2f2195a51c54ee7df3e983a0;hp=3d76130b57d0f616dfea55534f7fd9c882c4f6a9;hb=e6a5e6a01a3ada62a8490ae612e926738aa78a28;hpb=1204b4432d23556bc8af32b0388141ae555cacb2 diff --git a/script/autobuild.py b/script/autobuild.py index 3d76130b57d..45f449ba027 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -169,7 +169,7 @@ tasks = { ("make", "make -j", "text/plain"), # we currently cannot run a full make test, a limited list of tests could be run # via "make test TESTS=sometests" - # ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"), + ("test", "make test FAIL_IMMEDIATELY=1 TESTS='samba3.*ktest'", "text/plain"), ("install", "make install", "text/plain"), ("check-clean-tree", "script/clean-source-tree.sh", "text/plain"), ("clean", "make clean", "text/plain")