autobuild: use the new samba3ctdb test target in the samba3-ctdb autobuild target
authorMichael Adam <obnox@samba.org>
Wed, 19 Oct 2011 21:27:14 +0000 (23:27 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 10:59:07 +0000 (12:59 +0200)
script/autobuild.py

index c9aff80b58a6687258af6c8d106506dbc19d31da..01321f5f16a4d137a6c88c3a688a7af2cebea4ab 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") ],