[BACK]Return to regress.pl CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress

Diff for /mandoc/regress/regress.pl between version 1.5 and 1.6

version 1.5, 2017/03/08 22:54:22 version 1.6, 2017/05/30 19:30:40
Line 341  for my $testname (@lint_testnames) {
Line 341  for my $testname (@lint_testnames) {
         if ($targets{lint}) {          if ($targets{lint}) {
                 $count_lint++;                  $count_lint++;
                 $count_total++;                  $count_total++;
                 print "@mandoc -T lint $i\n" if $targets{verbose};                  print "@mandoc -T lint -W all $i\n" if $targets{verbose};
                 syslint $o, @mandoc, qw(-T lint), $i                  syslint $o, @mandoc, qw(-T lint -W all), $i
                     and fail $subdir, $testname, 'lint:mandoc';                      and fail $subdir, $testname, 'lint:mandoc';
                 system @diff, $w, $o                  system @diff, $w, $o
                     and fail $subdir, $testname, 'lint:diff';                      and fail $subdir, $testname, 'lint:diff';

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb