2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +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 {
$command .= "-m record,size,mctx ";
$command .= "-T clienttest ";
$command .= "-X named.lock ";
$command .= "-c named.conf -d 99 -g";
}
$command .= " >named.run 2>&1 &";