mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
use the test name in the -D string for each name server
This commit is contained in:
parent
055daeb0a5
commit
1eff695f33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ";
|
||||
|
|
|
|||
Loading…
Reference in a new issue