mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 08:35:31 +00:00
make send_command wait for any result, rather than specifically result=OK
This commit is contained in:
@@ -93,7 +93,7 @@ wait_for_log() {
|
|||||||
send_command() {
|
send_command() {
|
||||||
nextpart ans6/ans.run > /dev/null
|
nextpart ans6/ans.run > /dev/null
|
||||||
echo "$*" | "${PERL}" "${SYSTEMTESTTOP}/send.pl" 10.53.0.6 "${CONTROLPORT}"
|
echo "$*" | "${PERL}" "${SYSTEMTESTTOP}/send.pl" 10.53.0.6 "${CONTROLPORT}"
|
||||||
wait_for_log "result=OK" ans6/ans.run
|
wait_for_log "result=" ans6/ans.run
|
||||||
}
|
}
|
||||||
|
|
||||||
# Instructs ans6 to open $1 TCP connections to 10.53.0.5.
|
# Instructs ans6 to open $1 TCP connections to 10.53.0.5.
|
||||||
|
Reference in New Issue
Block a user