Add missing step to switch to console
This commit is contained in:
parent
4b137aef66
commit
6b0d06fbaa
@ -5,6 +5,9 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
# switch to TTY3 for both, graphical and console tests
|
||||||
|
$self->root_console(tty=>3);
|
||||||
|
|
||||||
# set up appropriate repositories
|
# set up appropriate repositories
|
||||||
repo_setup();
|
repo_setup();
|
||||||
# use --enablerepo=fedora for Modular compose testing (we need to
|
# use --enablerepo=fedora for Modular compose testing (we need to
|
||||||
|
Loading…
Reference in New Issue
Block a user