From 8687750851942a001cbab4731e0e305506af0344 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 30 May 2017 19:30:38 +0000 Subject: STYLE message about useless macros we don't want (Bt Tn Ud); not a WARNING because they don't endanger portability --- regress/regress.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress/regress.pl') 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 # @@ -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'; -- cgit v1.2.3-56-ge451