mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-16 12:34:32 +00:00
Sigh, it's record_soft_failure, not register_soft_failure
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
539f8a54fc
commit
d9ebb56ebf
@ -36,7 +36,7 @@ sub run {
|
|||||||
# in future which we may be able to test, but for now just
|
# in future which we may be able to test, but for now just
|
||||||
# skip it
|
# skip it
|
||||||
if ($relnum > 38) {
|
if ($relnum > 38) {
|
||||||
register_soft_failure "no Help in anaconda webUI currently!";
|
record_soft_failure "no Help in anaconda webUI currently!";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@testplan = qw/keyboard_layout install_destination time_date/;
|
@testplan = qw/keyboard_layout install_destination time_date/;
|
||||||
|
Loading…
Reference in New Issue
Block a user