From: Volker Lendecke Date: Tue, 16 Oct 2018 11:56:14 +0000 (+0200) Subject: autobuild: Run a simple test for clustered samba X-Git-Tag: ldb-2.1.1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf67b6da7d5dc31bc1546cde4ef0dca14151aad;p=thirdparty%2Fsamba.git autobuild: Run a simple test for clustered samba Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/script/autobuild.py b/script/autobuild.py index 0c30463e609..1c331d53232 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -566,6 +566,11 @@ tasks = { ("samba-install", "make install"), ("ctdb-check", "test -e ${PREFIX_DIR}/sbin/ctdbd"), + ("test", + make_test(cmd='make test', + include_envs=["clusteredmember"]) + ), + # clean up: ("check-clean-tree", "script/clean-source-tree.sh"), ("clean", "make clean"),