summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-26 14:01:10 +0100
committerStefan Metzmacher <metze@samba.org>2019-02-27 10:16:10 +0000
commit62eeab8f6cb6d9c85353738a2da073e0a16bd418 (patch)
tree61a2077ee84a3782d5a4028d7660c97e0e1cfa31 /script
parentec115b9012c388ec1f4e9d04b8a47be8dacf13cd (diff)
downloadsamba-62eeab8f6cb6d9c85353738a2da073e0a16bd418.tar.gz
selftest:Samba4: add fl2008dc as alias to ad_dc_ntvfs
Using aliases it will be possible to split the large amount of tests which use ad_dc_ntvfs into multiple autobuild/ci tasks/jobs later. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 729f118019c..5e6d4d2feff 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -97,6 +97,7 @@ tasks = {
"--exclude-env=ad_dc_ntvfs "
"--exclude-env=ad_dc_no_nss "
"--exclude-env=fl2003dc "
+ "--exclude-env=fl2008dc "
"--exclude-env=fl2008r2dc "
"--exclude-env=ad_member "
"--exclude-env=ad_member_idmap_rid "
@@ -163,8 +164,10 @@ tasks = {
("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"),
("make", "make -j", "text/plain"),
("test", "make test FAIL_IMMEDIATELY=1 "
- "TESTS='--include-env=ad_dc_ntvfs'",
- "text/plain"),
+ "TESTS='"
+ "--include-env=ad_dc_ntvfs "
+ "--include-env=fl2008dc "
+ "'", "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],
# run the backup/restore testenvs separately as they're fairly standalone