Skip to content

Commit

Permalink
Make sure to reset console after getting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkocman committed Sep 9, 2024
1 parent 04a1174 commit 48063bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/installation/agama.pm
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ sub run {
console('installation')->set_tty(get_agama_install_console_tty());
upload_agama_logs();
select_console('installation', await_console => 0);
# make sure newly booted system does not expect we're still logged in console
reset_consoles();
assert_and_click('agama-reboot-after-install');

}
Expand Down

0 comments on commit 48063bf

Please sign in to comment.