selftest:Samba4: add fl2008dc as alias to ad_dc_ntvfs
[ambi/samba-autobuild/.git] / script / autobuild.py
index 729f118019c24851cc861e9979c245777c114298..5e6d4d2feffb08beaf4dab44bbcbab5dee6fd764 100755 (executable)
@@ -97,6 +97,7 @@ tasks = {
                  "--exclude-env=ad_dc_ntvfs "
                  "--exclude-env=ad_dc_no_nss "
                  "--exclude-env=fl2003dc "
+                 "--exclude-env=fl2008dc "
                  "--exclude-env=fl2008r2dc "
                  "--exclude-env=ad_member "
                  "--exclude-env=ad_member_idmap_rid "
@@ -163,8 +164,10 @@ tasks = {
                       ("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"),
                       ("make", "make -j", "text/plain"),
                       ("test", "make test FAIL_IMMEDIATELY=1 "
-                       "TESTS='--include-env=ad_dc_ntvfs'",
-                       "text/plain"),
+                       "TESTS='"
+                       "--include-env=ad_dc_ntvfs "
+                       "--include-env=fl2008dc "
+                       "'", "text/plain"),
                       ("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],
 
     # run the backup/restore testenvs separately as they're fairly standalone