summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-01-28 10:18:37 +0100
committerMartin Schwenke <martins@samba.org>2020-02-19 09:38:40 +0000
commit602f27d6a2326aa71b91cbf1eaae16d8a8fc4d52 (patch)
tree71cb6dd0d3af1c5f6d31b2d4de077dfedeb4e21c
parent5ff7e2f213df6e754ffca014f7997a2faae61c7c (diff)
downloadsamba-602f27d6a2326aa71b91cbf1eaae16d8a8fc4d52.tar.gz
autobuild: Avoid clusteredmember in normal environments
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
-rwxr-xr-xscript/autobuild.py2
1 files changed, 2 insertions, 0 deletions
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"),