[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.10 and 1.11

version 1.10, 2019/03/10 09:23:33 version 1.11, 2019/07/01 22:56:26
Line 424  if ($count_total == 1) {
Line 424  if ($count_total == 1) {
         print "\n";          print "\n";
 } else {  } else {
         print "No tests were run.\n";          print "No tests were run.\n";
 }  }
 if ($targets{clean}) {  if ($targets{clean}) {
         if ($count_rm) {          if ($count_rm) {
                 print "Deleted $count_rm test output files.\n";                  print "Deleted $count_rm test output files.\n";

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb