diff options
Diffstat (limited to 'tests/manpage-scan.pl')
-rwxr-xr-x | tests/manpage-scan.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manpage-scan.pl b/tests/manpage-scan.pl index 10d2d15a1..41dfdec9c 100755 --- a/tests/manpage-scan.pl +++ b/tests/manpage-scan.pl @@ -288,4 +288,4 @@ foreach my $o (keys %opts) { } } -exit $errors; +print STDERR "$errors\n"; |