2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

start the testing named with -X named.lock

This commit is contained in:
Jeremy C. Reed 2015-01-19 12:45:44 -06:00
parent b624001e36
commit 6e9b7dc9c7

View File

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