summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-26 14:03:29 +0100
committerStefan Metzmacher <metze@samba.org>2019-02-27 10:16:10 +0000
commitc82b60c82725ec3c915335886facbcf7e23f9b11 (patch)
treed8cc6574b3476a8ca2bb1fb6f0fffbcba6c4aa58 /script
parent07b662e287b94f0eb91361c84df1856b473c6a5b (diff)
downloadsamba-c82b60c82725ec3c915335886facbcf7e23f9b11.tar.gz
selftest:Samba4: add ad_dc_slowtests alias to ad_dc_ntvfs
This will allow us to run really slow tests in an isolated autobuild/ci task later. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 5e6d4d2feff..b3ad1cbbc5c 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -95,6 +95,7 @@ tasks = {
"--exclude-env=nt4_member "
"--exclude-env=ad_dc "
"--exclude-env=ad_dc_ntvfs "
+ "--exclude-env=ad_dc_slowtests "
"--exclude-env=ad_dc_no_nss "
"--exclude-env=fl2003dc "
"--exclude-env=fl2008dc "
@@ -167,6 +168,7 @@ tasks = {
"TESTS='"
"--include-env=ad_dc_ntvfs "
"--include-env=fl2008dc "
+ "--include-env=ad_dc_slowtests "
"'", "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],