summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-02-21 08:42:50 +0100
committerStefan Metzmacher <metze@samba.org>2019-02-27 10:16:10 +0000
commit1bc2456b87c4ddc603170d30e25cd615349a48e3 (patch)
treedc19c024a5c425f42bdda1be97a1fc8de1d356c2 /script
parent3cf317c9b866dd9820039669769af26a1195db7a (diff)
downloadsamba-1bc2456b87c4ddc603170d30e25cd615349a48e3.tar.gz
autobuild: move maptoguest and simpleserver to 'samba-fileserver'
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py8
1 files changed, 7 insertions, 1 deletions
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"),