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:
Evan Hunt
2018-03-07 14:51:43 -08:00

View File

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