From: Jeremy C. Reed Date: Mon, 19 Jan 2015 18:45:44 +0000 (-0600) Subject: start the testing named with -X named.lock X-Git-Tag: v9.11.0a1~1101 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6e9b7dc9c7aa9351dcebe815417de7ffe101e5ea;p=thirdparty%2Fbind9.git start the testing named with -X named.lock --- diff --git a/bin/tests/virtual-time/start.pl b/bin/tests/virtual-time/start.pl index 967d5b0ff96..9bafb92bd56 100644 --- a/bin/tests/virtual-time/start.pl +++ b/bin/tests/virtual-time/start.pl @@ -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 &";