autobuild: revert a bit more of the subunit changes
authorAndrew Tridgell <tridge@samba.org>
Fri, 1 Oct 2010 20:07:04 +0000 (13:07 -0700)
committerAndrew Tridgell <tridge@samba.org>
Fri, 1 Oct 2010 20:08:22 +0000 (13:08 -0700)
still not quite right - we can enable this again once its fully tested

script/autobuild.py

index f131cc199b06c7fedbf7752940bbf3e50c1acf12..9c1520a2cafe82861dac383e293fcfd4f3e83bb0 100755 (executable)
@@ -22,12 +22,12 @@ tasks = {
                   ("make basics", "make basics", "text/plain"),
                   ("make", "make -j 4 everything", "text/plain"), # don't use too many processes
                   ("install", "make install", "text/plain"),
-                  ("test", "TDB_NO_FSYNC=1 make subunit-test FAIL_IMMEDIATELY=1", "text/x-subunit") ],
+                  ("test", "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain") ],
 
     "source4" : [ ("configure", "./configure.developer ${PREFIX}", "text/plain"),
                   ("make", "make -j", "text/plain"),
                   ("install", "make install", "text/plain"),
-                  ("test", "TDB_NO_FSYNC=1 make subunit-test FAIL_IMMEDIATELY=1", "text/x-subunit") ],
+                  ("test", "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain") ],
 
     "source4/lib/ldb" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"),
                           ("make", "make -j", "text/plain"),