remember to shift when we use $self...

This commit is contained in:
Adam Williamson 2016-01-27 21:40:07 -08:00
parent 35735f21cd
commit d3193be3f7
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ sub get_kernel_line {
}
sub run {
my $self = shift;
# Wait for bootloader to appear
if( get_var("UEFI")){
assert_screen "bootloader_uefi", 30;

View File

@ -3,6 +3,7 @@ use strict;
use testapi;
sub run {
my $self = shift;
my $release = $self->get_release;
# NOTE: this doesn't actually work yet, it's a FIXME in fedorabase
my $milestone = $self->get_milestone;