From 6c0925a047439eb02a854192e20f25c241398c45 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 1 Oct 2011 17:00:57 +0200 Subject: [PATCH] bisect-runner.pl should "skip" if --force-manifest detects changes. --- Porting/bisect-runner.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index 0291f47..1fa847a 100755 --- 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 -- 1.8.3.1