From 1bc2456b87c4ddc603170d30e25cd615349a48e3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 21 Feb 2019 08:42:50 +0100 Subject: autobuild: move maptoguest and simpleserver to 'samba-fileserver' Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- script/autobuild.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index 5c4d1a4beda..78ab7d4def5 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -110,6 +110,8 @@ tasks = { "--exclude-env=vampire_2000_dc " "--exclude-env=fl2000dc " "--exclude-env=fileserver " + "--exclude-env=maptoguest " + "--exclude-env=simpleserver " "--exclude-env=backupfromdc " "--exclude-env=restoredc " "--exclude-env=renamedc " @@ -138,7 +140,11 @@ tasks = { ("configure", "./configure.developer --without-ad-dc --without-ldap --without-ads --without-json --with-selftest-prefix=./bin/ab" + samba_configure_params, "text/plain"), ("make", "make -j", "text/plain"), ("test", "make test FAIL_IMMEDIATELY=1 " - "TESTS='--include-env=fileserver'", "text/plain"), + "TESTS='" + "--include-env=fileserver " + "--include-env=maptoguest " + "--include-env=simpleserver " + "'", "text/plain"), ("check-clean-tree", "script/clean-source-tree.sh", "text/plain")], "samba-ad-dc": [("random-sleep", "script/random-sleep.sh 60 600", "text/plain"), -- cgit v1.2.1