]> sjero.net Git - wget/blobdiff - tests/run-px
Automated merge.
[wget] / tests / run-px
index 7cab7531de2a7163fbb19e34d1ce88b4de34cfb0..37f14324d59f535a4fb99d5d215aa46719fe9aef 100755 (executable)
@@ -21,6 +21,7 @@ my @tests = (
     'Test-HTTP-Content-Disposition.px',
     'Test-N-current.px',
     'Test-N-smaller.px',
+    'Test-N-no-info.px',
     'Test-N--no-content-disposition.px',
     'Test-N--no-content-disposition-trivial.px',
     'Test--no-content-disposition.px',
@@ -60,3 +61,10 @@ for (my $i=0; $i != @tests; ++$i) {
     }
     print "$tests[$i]\n";
 }
+
+print "\n";
+print scalar(@results) . " tests were run\n";
+print scalar(grep $_ == 0, @results) . " PASS\n";
+print scalar(grep $_ != 0, @results) . " FAIL\n";
+
+exit scalar (grep $_ != 0, @results);