From 6e9b7dc9c7aa9351dcebe815417de7ffe101e5ea Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Mon, 19 Jan 2015 12:45:44 -0600 Subject: [PATCH] start the testing named with -X named.lock --- bin/tests/virtual-time/start.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/virtual-time/start.pl b/bin/tests/virtual-time/start.pl index 967d5b0ff9..9bafb92bd5 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 &";