From: Michael Adam Date: Sat, 25 Oct 2014 16:01:30 +0000 (+0200) Subject: autobuild: check whether ctdbd has been installed in the samba-ctdb target X-Git-Tag: tdb-1.3.2~312 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=bf07a6b79e525a2aba71e07c4e13f2b2cb06b12f 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 --- 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"),