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:
Tom Krizek 2023-01-03 11:58:43 +01:00
parent 8033857295
commit dd5f0d2c4c
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -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