From 61ae9994ad9d74eebddeccc7412cbf253fba014b Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 31 Jul 2012 15:17:48 +0200 Subject: [PATCH] In bisect-runner.pl, run_report_and_exit() now uses run_with_options(). --- Porting/bisect-runner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index b3963a5..d8172f4 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -1003,7 +1003,7 @@ sub report_and_exit { } sub run_report_and_exit { - my $ret = system @_; + my $ret = run_with_options(undef, @_); report_and_exit(!$ret, 'zero exit from', 'non-zero exit from', "@_"); } -- 2.7.4