Skip to content

Commit

Permalink
Revert WIP commits from "Extend t/17-basetest.t"
Browse files Browse the repository at this point in the history
Reverted commits:
- 746ac67:
  Extend run_post_fail test (17-basetest.t)
- 072dd9e:
  Extend record_screenmatch test (17-basetest.t)
  • Loading branch information
r-richardson committed Nov 22, 2022
1 parent 1f2f0a2 commit 38049b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/17-basetest.t
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ 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 Expand Up @@ -284,7 +283,6 @@ subtest record_screenmatch => sub {
name => 'foo',
file => 'some/path/foo.json',
},
unregistered => 'yes',
);
my @tags = (qw(some tags));
my @failed_needles = (
Expand Down

0 comments on commit 38049b4

Please sign in to comment.