sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit a1c162aac9187af6cfef96fb2dabd7765984eb6c
parent b8aa632a6deede861d250d5b778f665aed44a3a0
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 22 Feb 2016 00:16:14 +0100

Add $Test::Builder::Level setting to Test::Execute

Diffstat:
Mt/Test/Execute.pm | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/t/Test/Execute.pm b/t/Test/Execute.pm @@ -63,6 +63,7 @@ sub run { } $name //= "Testing run of @cmd"; + local $Test::Builder::Level = $Test::Builder::Level + 2; subtest $name => sub { plan tests => 2;