autobuild: check whether ctdbd has been installed in the samba-ctdb target
authorMichael Adam <obnox@samba.org>
Sat, 25 Oct 2014 16:01:30 +0000 (18:01 +0200)
committerAmitay Isaacs <amitay@samba.org>
Tue, 28 Oct 2014 07:05:40 +0000 (08:05 +0100)
An intermediate test until we have full runtime-tests.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Tue Oct 28 08:05:40 CET 2014 on sn-devel-104

script/autobuild.py

index d62538ea2b7d8cc67c71188d675875330b02f035..2b25a105755cc486d6a2c73f02f86395e14902db 100755 (executable)
@@ -64,6 +64,7 @@ tasks = {
                      ("samba-make", "make", "text/plain"),
                      ("samba-check", "./bin/smbd -b | grep CLUSTER_SUPPORT", "text/plain"),
                      ("samba-install", "make install", "text/plain"),
+                     ("ctdb-check", "test -e ${PREFIX_DIR}/sbin/ctdbd", "text/plain"),
 
                      # clean up:
                      ("check-clean-tree", "script/clean-source-tree.sh", "text/plain"),