Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 9593ff9

Browse files
committed
Tweak dupsigs test output
Use a different visual separator, since "====", "----" and "____" is used by pytest to separate the log output.
1 parent e24d3b2 commit 9593ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tests/system/dupsigs/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end=$((start + 140))
3838

3939
while [ $now -lt $end ]; do
4040
et=$((now - start))
41-
echo "=============== $et ============"
41+
echo "............... $et ............"
4242
$JOURNALPRINT ns1/signing.test.db.signed.jnl | $PERL check_journal.pl
4343
$DIG axfr signing.test -p ${PORT} @10.53.0.1 > dig.out.at$et
4444
awk '$4 == "RRSIG" { print $11 }' dig.out.at$et | sort | uniq -c

0 commit comments

Comments
 (0)