summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-10-25 18:01:30 +0200
committerAmitay Isaacs <amitay@samba.org>2014-10-28 08:05:40 +0100
commitbf07a6b79e525a2aba71e07c4e13f2b2cb06b12f (patch)
tree95a15b39e2d5ce86ef5a277527c19e0baf74e339 /script
parenta72ca5a200c6321f3e3a42761dc3d661dacd5021 (diff)
downloadsamba-bf07a6b79e525a2aba71e07c4e13f2b2cb06b12f.tar.gz
autobuild: check whether ctdbd has been installed in the samba-ctdb target
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
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index d62538ea2b7..2b25a105755 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -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"),