1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-20 15:36:00 +00:00

Whoops, missing ;

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-11-27 08:20:26 -08:00
parent e47e711b77
commit 2180324cce

View File

@ -788,7 +788,7 @@ sub _repo_setup_updates {
$error .= "kind of pre-existing issue which was missed in earlier testing. "
$error .= "For debugging, the dnf output should be visible two or three frames before this one, ";
$error .= "or in serial_terminal.txt on the Logs & Assets tab. ";
$error .= "Please contact the Quality team if you need help determining the cause."
$error .= "Please contact the Quality team if you need help determining the cause.";
script_retry "dnf -y --best update", 1200, 5, $error unless (get_var("UPGRADE") || get_var("INSTALL") || get_var("CANNED"));
# on liveinst tests, we'll remove the packages we installed
# above (and their deps, which dnf will include automatically),