From 9c8fb474848bd06346dd3116d63a99ff4c73b312 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 21 Oct 2022 08:55:27 -0700 Subject: [PATCH] _advisory_update: ensure we're back on tty3 Signed-off-by: Adam Williamson --- tests/_advisory_update.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_advisory_update.pm b/tests/_advisory_update.pm index fa5218db..0300685b 100644 --- a/tests/_advisory_update.pm +++ b/tests/_advisory_update.pm @@ -13,6 +13,8 @@ sub run { # are frequently getting OOM killed here: # https://bugzilla.redhat.com/show_bug.cgi?id=2133829 script_run "systemctl isolate multi-user.target"; + # switch back to our tty if that kicked us to tty1 + $self->root_console(tty => 3); repo_setup; if (get_var("ADVISORY_BOOT_TEST")) { # to test boot stuff - in case the update touched grub2, or dracut,