Skip to content

Commit f33e2cc

Browse files
committed
Decrease number of printed dots during match_log execution
1 parent ccec3a7 commit f33e2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-regression-tests.pl.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ sub match_log {
484484
}
485485
if ($graph and $opt{d}) {
486486
$i++;
487-
if ($i == 10) {
487+
if ($i == 1000) {
488488
$graphed++;
489489
$i=0;
490490
print STDERR $graph if ($graphed == 1);

0 commit comments

Comments
 (0)