summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-26 15:12:36 +0100
committerStefan Metzmacher <metze@samba.org>2019-02-27 10:16:10 +0000
commit2d576c3afce92021501da9e56ca5504d3fd00310 (patch)
tree69f06960ef52ac5c694f7697b1f721440fa58a16 /script
parent1bc2456b87c4ddc603170d30e25cd615349a48e3 (diff)
downloadsamba-2d576c3afce92021501da9e56ca5504d3fd00310.tar.gz
autobuild: run ad_dc_backup tests in samba-ad-dc-backup
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 78ab7d4def5..fa4ed33480a 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -152,7 +152,6 @@ tasks = {
("make", "make -j", "text/plain"),
("test", "make test FAIL_IMMEDIATELY=1 "
"TESTS='--include-env=ad_dc "
- "--include-env=ad_dc_backup "
"--include-env=fl2003dc "
"--include-env=fl2008r2dc "
"--include-env=ad_member "
@@ -198,8 +197,8 @@ tasks = {
"--include-env=renamedc "
"--include-env=offlinebackupdc "
"--include-env=labdc "
- "'",
- "text/plain"),
+ "--include-env=ad_dc_backup "
+ "'", "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],
"samba-test-only": [("configure", "./configure.developer --with-selftest-prefix=./bin/ab --abi-check-disable" + samba_configure_params, "text/plain"),