autobuild: do make install after make test
[sfrench/samba-autobuild/.git] / script / autobuild.py
index 6691437c2331a1b4f2ba7bd6da4d7156a1bb6c14..cb3e9595bde3a0e32f8d6634116041ba305f1514 100755 (executable)
@@ -26,8 +26,8 @@ tasks = {
 
     "source4" : [ ("configure", "./configure.developer ${PREFIX}", "text/plain"),
                   ("make", "make -j", "text/plain"),
-                  ("install", "make install", "text/plain"),
-                  ("test", "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain") ],
+                  ("test", "TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain"),
+                  ("install", "make install", "text/plain") ],
 
     "source4/lib/ldb" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"),
                           ("make", "make -j", "text/plain"),