This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bisect-runner.pl should "skip" if --force-manifest detects changes.
[perl5.git]
/
Porting
/
bisect-runner.pl
diff --git
a/Porting/bisect-runner.pl
b/Porting/bisect-runner.pl
index
0291f47
..
1fa847a
100755
(executable)
--- a/
Porting/bisect-runner.pl
+++ b/
Porting/bisect-runner.pl
@@
-315,6
+315,8
@@
if (@missing) {
foreach my $dir (@created_dirs) {
rmdir $dir or die "Can't rmdir $dir: $!";
}
+ skip("@errors")
+ if @errors;
}
# Correct makefile for newer GNU gcc