From: Evan Hunt Date: Wed, 7 Mar 2018 17:57:15 +0000 (-0800) Subject: use the test name in the -D string for each name server X-Git-Tag: v9.13.0~113^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eff695f337f831fc317ffdc88eeac4ff303ac3e;p=thirdparty%2Fbind9.git use the test name in the -D string for each name server --- diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 07b699c7024..6380ccb154f 100755 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -191,7 +191,7 @@ sub start_server { close FH; $command .= "$options"; } else { - $command .= "-D $server "; + $command .= "-D $test-$server "; $command .= "-X named.lock "; $command .= "-m record,size,mctx "; $command .= "-T clienttest ";