From 3cf317c9b866dd9820039669769af26a1195db7a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Feb 2019 08:37:53 +0100 Subject: autobuild: move nt4_dc_schannel out of 'samba' Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- script/autobuild.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index 0d49891c39c..5c4d1a4beda 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -92,6 +92,7 @@ tasks = { ("test", "make test FAIL_IMMEDIATELY=1 " "TESTS='--exclude-env=none " "--exclude-env=nt4_dc " + "--exclude-env=nt4_dc_schannel " "--exclude-env=nt4_member " "--exclude-env=ad_dc " "--exclude-env=ad_dc_backup " @@ -124,7 +125,11 @@ tasks = { ("configure", "./configure.developer --without-ads --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), ("make", "make -j", "text/plain"), ("test", "make test FAIL_IMMEDIATELY=1 " - "TESTS='--include-env=nt4_dc --include-env=nt4_member'", "text/plain"), + "TESTS='" + "--include-env=nt4_dc " + "--include-env=nt4_dc_schannel " + "--include-env=nt4_member " + "'", "text/plain"), ("install", "make install", "text/plain"), ("check-clean-tree", "script/clean-source-tree.sh", "text/plain"), ("clean", "make clean", "text/plain")], -- cgit v1.2.1