]> 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:09 +0000 (14:51 -0800)
(cherry picked from commit 1eff695f337f831fc317ffdc88eeac4ff303ac3e)

bin/tests/system/start.pl

index 1238b87a64d573c7ba7cfa65094a3ee3d4c45475..6cfb394f4a9ce08373ab671649defc9f8d1e3cb9 100755 (executable)
@@ -190,7 +190,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 ";