From: Tom Krizek Date: Tue, 3 Jan 2023 10:58:43 +0000 (+0100) Subject: Tweak dupsigs test output X-Git-Tag: v9.19.10~44^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9593ff9347b0d1ddc5b679dc5e40711785b1e5e7;p=thirdparty%2Fbind9.git Tweak dupsigs test output Use a different visual separator, since "====", "----" and "____" is used by pytest to separate the log output. --- diff --git a/bin/tests/system/dupsigs/tests.sh b/bin/tests/system/dupsigs/tests.sh index 205a4ed0998..85218c68eed 100644 --- a/bin/tests/system/dupsigs/tests.sh +++ b/bin/tests/system/dupsigs/tests.sh @@ -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