From d9ebb56ebfa9f610d8a55e0ca9a0d1679b5b4483 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 25 Aug 2023 14:51:35 -0700 Subject: [PATCH] Sigh, it's record_soft_failure, not register_soft_failure Signed-off-by: Adam Williamson --- tests/anaconda_help.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/anaconda_help.pm b/tests/anaconda_help.pm index 15f8234a..fc4d3275 100644 --- a/tests/anaconda_help.pm +++ b/tests/anaconda_help.pm @@ -36,7 +36,7 @@ sub run { # in future which we may be able to test, but for now just # skip it if ($relnum > 38) { - register_soft_failure "no Help in anaconda webUI currently!"; + record_soft_failure "no Help in anaconda webUI currently!"; return; } @testplan = qw/keyboard_layout install_destination time_date/;