From 13fe139fb2661abf36701e35f2aca3a9a5df17ef 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_backup alias to ad_dc This will allow us to run really most 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 d9c7ab16a40..0d49891c39c 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -94,6 +94,7 @@ tasks = { "--exclude-env=nt4_dc " "--exclude-env=nt4_member " "--exclude-env=ad_dc " + "--exclude-env=ad_dc_backup " "--exclude-env=ad_dc_ntvfs " "--exclude-env=ad_dc_default " "--exclude-env=ad_dc_slowtests " @@ -140,6 +141,7 @@ tasks = { ("make", "make -j", "text/plain"), ("test", "make test FAIL_IMMEDIATELY=1 " "TESTS='--include-env=ad_dc " + "--include-env=ad_dc_backup " "--include-env=fl2003dc " "--include-env=fl2008r2dc " "--include-env=ad_member " -- cgit v1.2.1