]> 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:37:00 +0000 (17:37 -0500)
bin/tests/system/start.pl

index 07b699c7024e5e0a7666eb3a584619bb04a93a92..6380ccb154fee3001a2d2c4f7821c08a04790e4d 100755 (executable)
@@ -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 ";