From a9c6e6968947eb31d753617427539d0445400243 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 13 Apr 2019 08:40:57 -0700 Subject: [PATCH] Make the 1699099 workaround not assert_script_run File doesn't exist for ostree installs. No point failing if this fails, we may as well just continue and see what happens. Signed-off-by: Adam Williamson --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index ebb8ed0c..20bd22ce 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -137,7 +137,7 @@ sub run { # remove when fixed $self->root_console(timeout=>30); console_loadkeys_us; - assert_script_run 'sed -i -e "s,SELINUX=enforcing,SELINUX=permissive,g" /mnt/sysimage/etc/selinux/config'; + script_run 'sed -i -e "s,SELINUX=enforcing,SELINUX=permissive,g" /mnt/sysimage/etc/selinux/config'; type_string "reboot\n" unless (get_var("LIVE")); } else {