]> git.cameronkatri.com Git - mandoc.git/blobdiff - regress/regress.pl
minor markup simplifications
[mandoc.git] / regress / regress.pl
index c49743d5819999dccf21743ec4b11a726dbbc6d3..4ba905aff6ce46200c0e7b53f96cd66f17df8763 100755 (executable)
@@ -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';