summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorGarming Sam <garming@samba.org>2019-04-12 03:31:29 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-04-12 05:41:36 +0000
commitbfd762b53ab681909a8a0b413cce4243271db749 (patch)
treed039b53398d58644551a3389d75b0cd9d7911014 /script
parentc9e6331afc1ee0e85a9582c6682ff95885135792 (diff)
downloadsamba-bfd762b53ab681909a8a0b413cce4243271db749.tar.gz
selftest: rename schemaupgrade_dc (+pair) to schema_dc
This is needed because the name of the autobuild job and the name of the selftest env end up in the socket path for ncalrpc sockets. The challenge is that (for example) /memdisk/autobuild/fl/b2424063/samba-schemaupgrade/bin/ab/schemaupgrade_pair_dc/ncalrpc/np/protected_storage does not fit in a struct sockaddr_un. Signed-off-by: Garming Sam <garming@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Fri Apr 12 05:41:36 UTC 2019 on sn-devel-144
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 13ea568237e..e1aea054e1f 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -132,8 +132,8 @@ tasks = {
"--exclude-env=rodc "
"--exclude-env=ad_dc_default "
"--exclude-env=ad_dc_slowtests "
- "--exclude-env=schemaupgrade_pair_dc "
- "--exclude-env=schemaupgrade_dc "
+ "--exclude-env=schema_pair_dc "
+ "--exclude-env=schema_dc "
"'",
"text/plain"),
("install", "make install", "text/plain"),
@@ -245,8 +245,8 @@ tasks = {
("make", "make -j", "text/plain"),
("test", "make test FAIL_IMMEDIATELY=1 "
"TESTS='"
- "--include-env=schemaupgrade_dc "
- "--include-env=schemaupgrade_pair_dc "
+ "--include-env=schema_dc "
+ "--include-env=schema_pair_dc "
"'", "text/plain"),
("check-clean-tree", "script/clean-source-tree.sh", "text/plain")],