Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert commits from merged PR "Extend t/17-basetest.t" #2217

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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