Skip to content

Commit

Permalink
Fix switch to console in welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed May 10, 2019
1 parent 97c6a65 commit 49b8ef8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/installation/welcome.pm
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,12 @@ sub run {
}
assert_screen('select-product-' . $product);
}

# Verify install arguments passed by bootloader
# Linuxrc writes its settings in /etc/install.inf
if (!is_remote_backend && get_var('VALIDATE_INST_SRC')) {
# Ensure to have the focus in some non-selectable control, i.e.: Keyboard Test
# before switching to console during installation
wait_screen_change { send_key 'alt-y' };
wait_screen_change { send_key 'ctrl-alt-shift-x' };
my $method = uc get_required_var('INSTALL_SOURCE');
my $mirror_src = get_required_var("MIRROR_$method");
Expand Down

0 comments on commit 49b8ef8

Please sign in to comment.