aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/regress.pl
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-30 19:30:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-30 19:30:38 +0000
commit8687750851942a001cbab4731e0e305506af0344 (patch)
tree848a22ba6073e9d7aa1bf263007f6d464c623f8f /regress/regress.pl
parentb85deb01cef03da6ed5386c5a24881bbba2216b2 (diff)
downloadmandoc-8687750851942a001cbab4731e0e305506af0344.tar.gz
mandoc-8687750851942a001cbab4731e0e305506af0344.tar.zst
mandoc-8687750851942a001cbab4731e0e305506af0344.zip
STYLE message about useless macros we don't want (Bt Tn Ud);
not a WARNING because they don't endanger portability
Diffstat (limited to 'regress/regress.pl')
-rwxr-xr-xregress/regress.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/regress.pl b/regress/regress.pl
index c49743d5..4ba905af 100755
--- a/regress/regress.pl
+++ b/regress/regress.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# $Id: regress.pl,v 1.5 2017/03/08 22:54:22 schwarze Exp $
+# $Id: regress.pl,v 1.6 2017/05/30 19:30:40 schwarze Exp $
#
# Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -341,8 +341,8 @@ for my $testname (@lint_testnames) {
if ($targets{lint}) {
$count_lint++;
$count_total++;
- print "@mandoc -T lint $i\n" if $targets{verbose};
- syslint $o, @mandoc, qw(-T lint), $i
+ print "@mandoc -T lint -W all $i\n" if $targets{verbose};
+ syslint $o, @mandoc, qw(-T lint -W all), $i
and fail $subdir, $testname, 'lint:mandoc';
system @diff, $w, $o
and fail $subdir, $testname, 'lint:diff';