In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/132771f7006e25b81986880bb09296b68d3e29f4?hp=026d3e0c345da22873fcd5b0f76d294c3b84f2d6>

- Log -----------------------------------------------------------------
commit 132771f7006e25b81986880bb09296b68d3e29f4
Author: David Mitchell <da...@iabyn.com>
Date:   Sun Jul 2 18:49:14 2017 +0100

    t/porting/bench.t: add debugging output for a test
    
    one test is intermittently failing. Add debugging output for when it
    fails.
-----------------------------------------------------------------------

Summary of changes:
 t/porting/bench.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/porting/bench.t b/t/porting/bench.t
index e73f980f74..7f7a4ddadf 100644
--- a/t/porting/bench.t
+++ b/t/porting/bench.t
@@ -229,7 +229,7 @@ for my $test (
         "croak:  no such perl"
     ],
     [
-        "--grindargs=Boz --tests=call::sub::empty ./perl=A ./perl=B",
+        "--grindargs=Boz --debug --tests=call::sub::empty ./perl=A ./perl=B",
         qr{Error: while executing call::sub::empty/A empty/short 
loop:\nunexpected code or cachegrind output:\n},
         "croak: cachegrind output format "
     ],

--
Perl5 Master Repository

Reply via email to