From bfd762b53ab681909a8a0b413cce4243271db749 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Fri, 12 Apr 2019 03:31:29 +0200 Subject: 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 Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Fri Apr 12 05:41:36 UTC 2019 on sn-devel-144 --- script/autobuild.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'script') 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")], -- cgit v1.2.1