From bf07a6b79e525a2aba71e07c4e13f2b2cb06b12f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 25 Oct 2014 18:01:30 +0200 Subject: [PATCH] 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 Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Tue Oct 28 08:05:40 CET 2014 on sn-devel-104 --- script/autobuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/autobuild.py b/script/autobuild.py index d62538ea2b7d..2b25a105755c 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"), -- 2.34.1