diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-22 00:16:14 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-02-22 00:16:14 +0100 |
commit | a1c162aac9187af6cfef96fb2dabd7765984eb6c (patch) | |
tree | dc9c618c6a893006c09a7ada5e692a17baca4950 /t | |
parent | b8aa632a6deede861d250d5b778f665aed44a3a0 (diff) | |
download | sbotools2-a1c162aac9187af6cfef96fb2dabd7765984eb6c.tar.xz |
Add $Test::Builder::Level setting to Test::Execute
Diffstat (limited to 't')
-rwxr-xr-x | t/Test/Execute.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Test/Execute.pm b/t/Test/Execute.pm index 2513e08..3ce5178 100755 --- 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; |