Skip to content

Commit

Permalink
Extend run_post_fail test (17-basetest.t)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-richardson committed Nov 21, 2022
1 parent 746ac67 commit 072dd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/17-basetest.t
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ subtest run_post_fail_test => sub {
$bmwqemu::vars{_SKIP_POST_FAIL_HOOKS} = 1;
combined_like { dies_ok { $basetest->runtest } 'behavior persists regardless of _SKIP_POST_FAIL_HOOKS setting' }
qr/Test died/, 'test died';
$basetest->{result} = 'fail' # make regex to check output with
};

subtest modules_test => sub {
Expand Down

0 comments on commit 072dd9e

Please sign in to comment.