Loading test-packages.pl +2 −2 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ __END__ } my $cabalpath = sprintf "%s/%s/%s.cabal", $pkg, $version, $pkg; unless ($tar->contains_file($cabalpath)) { printf "File %s not found in 00-index.tar\n", $cabalpath; printf "File %s not found in ".$tarnumber."-index.tar\n", $cabalpath; $error_count++; next } Loading Loading
test-packages.pl +2 −2 Original line number Diff line number Diff line Loading @@ -318,7 +318,7 @@ __END__ } my $cabalpath = sprintf "%s/%s/%s.cabal", $pkg, $version, $pkg; unless ($tar->contains_file($cabalpath)) { printf "File %s not found in 00-index.tar\n", $cabalpath; printf "File %s not found in ".$tarnumber."-index.tar\n", $cabalpath; $error_count++; next } Loading