mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 13:33:08 +00:00
Fix an error in desktop_printing soft fail path (oops)
thanks, tidy Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4e46478a46
commit
849753a047
@ -84,7 +84,7 @@ sub run {
|
||||
# In Rawhide from 2023-11-04 onwards, sometimes g-t-e has
|
||||
# already died somehow at this point
|
||||
if (check_screen "apps_run_terminal", 10) {
|
||||
record_soft_failure "gnome-text-editor died!"
|
||||
record_soft_failure "gnome-text-editor died!";
|
||||
}
|
||||
else {
|
||||
# Exit the application
|
||||
|
Loading…
Reference in New Issue
Block a user