Merge pull request #2364 from cgwalters/fix-ci-f34

ci: Fix staged-delay to work with newer systemd
This commit is contained in:
Colin Walters 2021-05-26 08:58:27 -04:00 committed by GitHub
commit 5b8ce9e614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
;;