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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0142f0c
)
bisect-runner.pl should "skip" if --force-manifest detects changes.
author
Nicholas Clark
<nick@ccl4.org>
Sat, 1 Oct 2011 15:00:57 +0000
(17:00 +0200)
committer
Nicholas Clark
<nick@ccl4.org>
Sat, 1 Oct 2011 15:00:57 +0000
(17:00 +0200)
Porting/bisect-runner.pl
patch
|
blob
|
blame
|
history
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