diff --git a/everything.stor b/everything.stor index 829a2d9..f9b509b 100644 Binary files a/everything.stor and b/everything.stor differ diff --git a/modcache.stor b/modcache.stor index 1407183..8ea2220 100644 Binary files a/modcache.stor and b/modcache.stor differ diff --git a/run.pl b/run.pl index 4f04bd1..d6f55db 100755 --- a/run.pl +++ b/run.pl @@ -74,7 +74,7 @@ END {__save_cache}; for my $mod (@modules) { print "Testing $mod\n"; my $status = $jobstatus{$mod}{status} // ""; - unless ($jobstatus{$mod}{tested} == $opt_pass && ($status ne "success" || $status ne 'manual failure') ) { + if ($jobstatus{$mod}{tested} != $opt_pass && $status ne "success" && $status ne 'manual failure' ) { print "STATUS => $status, PASS => $opt_pass, TESTED => ", $jobstatus{$mod}{tested}, "\n"; my $status = TestCpanInc::test_module($mod); $jobstatus{$mod}{tested} = 1;