Merge branch 'test-names-v9_10' into 'v9_10'
use the test name in the -D string for each name server See merge request isc-projects/bind9!107
This commit is contained in:
@@ -199,7 +199,7 @@ sub start_server {
|
||||
close FH;
|
||||
$command .= "$options";
|
||||
} else {
|
||||
$command .= "-D $server ";
|
||||
$command .= "-D $test-$server ";
|
||||
$command .= "-m record,size,mctx ";
|
||||
$command .= "-T clienttest ";
|
||||
$command .= "-T nosoa "
|
||||
|
||||
Reference in New Issue
Block a user