use the test name in the -D string for each name server

This commit is contained in:
Evan Hunt
2018-03-07 09:57:15 -08:00
parent 055daeb0a5
commit 1eff695f33

View File

@@ -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 ";