From c217a15a2c3c6b6c171d28a57f9b0248dacaec53 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 Feb 2019 14:03:29 +0100 Subject: selftest:Samba4: add ad_dc_default alias to ad_dc_ntvfs This will allow us to run really most tests in an isolated autobuild/ci task later. This will apply to tests, which may not rely on the ntvfs backend, so the ad_dc_default alias can point to another environment in future. Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- script/autobuild.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index b3ad1cbbc5c..d9c7ab16a40 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_default " "--exclude-env=ad_dc_slowtests " "--exclude-env=ad_dc_no_nss " "--exclude-env=fl2003dc " @@ -168,6 +169,7 @@ tasks = { "TESTS='" "--include-env=ad_dc_ntvfs " "--include-env=fl2008dc " + "--include-env=ad_dc_default " "--include-env=ad_dc_slowtests " "'", "text/plain"), ("check-clean-tree", "script/clean-source-tree.sh", "text/plain")], -- cgit v1.2.1