From: Volker Lendecke Date: Tue, 28 Jan 2020 09:18:37 +0000 (+0100) Subject: autobuild: Avoid clusteredmember in normal environments X-Git-Tag: ldb-2.1.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=602f27d6a2326aa71b91cbf1eaae16d8a8fc4d52;p=thirdparty%2Fsamba.git autobuild: Avoid clusteredmember in normal environments Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/script/autobuild.py b/script/autobuild.py index f5cf2a85ca0..0c30463e609 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -234,6 +234,7 @@ tasks = { "ad_dc_slowtests", "schema_pair_dc", "schema_dc", + "clusteredmember", ])), ("lcov", LCOV_CMD), ("install", "make install"), @@ -285,6 +286,7 @@ tasks = { "ad_dc_slowtests", "schema_pair_dc", "schema_dc", + "clusteredmember", ])), ("lcov", LCOV_CMD), ("install", "make install"),