From 1eff695f337f831fc317ffdc88eeac4ff303ac3e Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 7 Mar 2018 09:57:15 -0800 Subject: [PATCH] use the test name in the -D string for each name server --- bin/tests/system/start.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 07b699c702..6380ccb154 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 ";