autobuild: move nt4_dc_schannel out of 'samba'
[sfrench/samba-autobuild/.git] / script / autobuild.py
index 0d49891c39c7c8362204c5105a980f2c42c1cf1b..5c4d1a4beda15e284be83781813bfb4fb27d00bb 100755 (executable)
@@ -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")],