Skip to content

Commit

Permalink
Merge pull request os-autoinst#7479 from Zaoliang/post_fail_hook-201905
Browse files Browse the repository at this point in the history
Post_fail_hook should switch to log-console to avoid kernel error message
  • Loading branch information
SergioAtSUSE committed May 17, 2019
2 parents 235bfb6 + 1c734a8 commit 7539a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/consoletest_setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sub run {

sub post_fail_hook {
my $self = shift;

select_console('log-console');
$self->export_logs();
$self->export_logs_locale();
}
Expand Down

0 comments on commit 7539a77

Please sign in to comment.