]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use the test name in the -D string for each name server
authorEvan Hunt <each@isc.org>
Wed, 7 Mar 2018 17:57:15 +0000 (09:57 -0800)
committerEvan Hunt <each@isc.org>
Wed, 7 Mar 2018 22:51:39 +0000 (14:51 -0800)
(cherry picked from commit 1eff695f337f831fc317ffdc88eeac4ff303ac3e)

bin/tests/system/start.pl

index a93f703fedcdb621bf438692a04b8d5d64c40585..32fc153a81a8ddf948d5b498074dd227c436537d 100755 (executable)
@@ -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 "