autobuild: use the new samba3ctdb test target in the samba3-ctdb autobuild target master-ctdbtest-wip2
authorMichael Adam <obnox@samba.org>
Wed, 19 Oct 2011 21:27:14 +0000 (23:27 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 26 Sep 2013 00:19:47 +0000 (02:19 +0200)
script/autobuild.py

index 0cac91679479a5e1810faa55a66197bbefecc46f..7e6be20383cd3cb689b279d76723ead7076b9d06 100755 (executable)
@@ -50,7 +50,7 @@ tasks = {
                       ("samba3-make bin/smbtorture4", "cd ./source3 && make -j 4 bin/smbtorture4", "text/plain"),
                       ("samba3-make everything", "cd ./source3 && make -j 4 everything", "text/plain"),
                       ("samba3-install", "cd ./source3 && make install", "text/plain"),
-                      ("test", "cd ./source3 && TDB_NO_FSYNC=1 make test FAIL_IMMEDIATELY=1", "text/plain"),
+                      ("test", "cd ./source3 && TDB_NO_FSYNC=1 TARGET=samba3ctdb make test FAIL_IMMEDIATELY=1", "text/plain"),
                       ("check-clean-tree", "./script/clean-source-tree.sh", "text/plain"),
                       ("source3-clean", "cd ./source3 && make clean", "text/plain"),
                       ("clean-ctdb", "cd ./ctdb && make clean", "text/plain") ],