]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
start the testing named with -X named.lock
authorJeremy C. Reed <jreed@isc.org>
Mon, 19 Jan 2015 18:45:44 +0000 (12:45 -0600)
committerJeremy C. Reed <jreed@isc.org>
Mon, 19 Jan 2015 18:45:44 +0000 (12:45 -0600)
bin/tests/virtual-time/start.pl

index 967d5b0ff960e074d620b2b8cb1a4c36759eda58..9bafb92bd56a66a2c5020b3377766548319fa722 100644 (file)
@@ -128,6 +128,7 @@ sub start_server {
                } else {
                        $command .= "-m record,size,mctx ";
                        $command .= "-T clienttest ";
+                       $command .= "-X named.lock ";
                        $command .= "-c named.conf -d 99 -g";
                }
                $command .= " >named.run 2>&1 &";