summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscript/autobuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index d62538ea2b..2b25a10575 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"),