mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 20:20:00 -04:00
chg: test: Use a different burst name to identify test queries
This allows easier identification of which burst is which in named.run. Merge branch 'marka-use-different-burst-name-for-forensics' into 'main' See merge request isc-projects/bind9!9881
This commit is contained in:
commit
8460716dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ fail=0
|
|||
success=0
|
||||
touch ans4/norespond
|
||||
for try in 1 2 3 4 5; do
|
||||
burst 10.53.0.3 b $try 300
|
||||
burst 10.53.0.3 d $try 300
|
||||
$DIGCMD a ${try}.example >dig.out.ns3.$n.$try
|
||||
grep "status: NOERROR" dig.out.ns3.$n.$try >/dev/null 2>&1 \
|
||||
&& success=$((success + 1))
|
||||
|
|
|
|||
Loading…
Reference in a new issue