From c82b60c82725ec3c915335886facbcf7e23f9b11 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_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 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 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")], -- cgit v1.2.1