mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:59:59 -04:00
Tweak dupsigs test output
Use a different visual separator, since "====", "----" and "____" is
used by pytest to separate the log output.
(cherry picked from commit 9593ff9347)
This commit is contained in:
parent
8033857295
commit
dd5f0d2c4c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ end=$((start + 140))
|
|||
|
||||
while [ $now -lt $end ]; do
|
||||
et=$((now - start))
|
||||
echo "=============== $et ============"
|
||||
echo "............... $et ............"
|
||||
$JOURNALPRINT ns1/signing.test.db.signed.jnl | $PERL check_journal.pl
|
||||
$DIG axfr signing.test -p ${PORT} @10.53.0.1 > dig.out.at$et
|
||||
awk '$4 == "RRSIG" { print $11 }' dig.out.at$et | sort | uniq -c
|
||||
|
|
|
|||
Loading…
Reference in a new issue