From 62eeab8f6cb6d9c85353738a2da073e0a16bd418 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Feb 2019 14:01:10 +0100 Subject: 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 Reviewed-by: Andreas Schneider --- script/autobuild.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'script') 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 -- cgit v1.2.1