ci: Fix staged-delay to work with newer systemd

Yeah, we should stop parsing the text; I need to dig at that
at some point.
This commit is contained in:
Colin Walters 2021-05-25 16:28:19 -04:00
parent 27a3af6b1b
commit 6664ee4ed4

View File

@ -31,7 +31,7 @@ if systemctl --version | head -1 | grep -qF -e 'systemd 239'; then
assert_file_has_content_literal logs.txt 'Stopped OSTree Finalize Staged Deployment'
assert_not_file_has_content logs.txt 'Failed with result'
else
assert_file_has_content_literal logs.txt 'ostree-finalize-staged.service: Succeeded.'
assert_file_has_content logs.txt 'ostree-finalize-staged.service: \(Succeeded\|Deactivated successfully\)'
fi
assert_file_has_content_literal /proc/cmdline somedummykarg=1
;;