SQUASH - autobuild ctdb
authorMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 20:54:54 +0000 (22:54 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 20 Oct 2011 20:54:54 +0000 (22:54 +0200)
script/autobuild.py

index 01321f5f16a4d137a6c88c3a688a7af2cebea4ab..0cac91679479a5e1810faa55a66197bbefecc46f 100755 (executable)
@@ -40,7 +40,7 @@ tasks = {
                ("clean", "make clean", "text/plain") ],
 
     "samba3-ctdb" : [ ("ctdb-autogen", "cd ./ctdb && ./autogen.sh", "text/plain"),
-                      ("ctdb-configure", "cd ./ctdb && ./configure ${PREFIX}/ctdb", "text/plain"),
+                      ("ctdb-configure", "cd ./ctdb && ./configure ${PREFIX}/ctdb --enable-socket-wrapper", "text/plain"),
                       ("ctdb-make", "cd ./ctdb && make all", "text/plain"),
                       ("ctdb-install", "cd ./ctdb && make install", "text/plain"),
                       ("samba3-autogen", "cd ./source3 && ./autogen.sh" , "text/plain"),
@@ -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 TARGET=samba3ctdb make test FAIL_IMMEDIATELY=1", "text/plain"),
+                      ("test", "cd ./source3 && TDB_NO_FSYNC=1 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") ],