From 98653847d3b0349fbe57234f2cfa7f5d272f9e1b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 6 Dec 2022 14:01:51 -0800 Subject: [PATCH] Add missing single quotes Signed-off-by: Adam Williamson --- tests/_ostree_build.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_ostree_build.pm b/tests/_ostree_build.pm index 0e33b8b7..89955399 100644 --- a/tests/_ostree_build.pm +++ b/tests/_ostree_build.pm @@ -60,7 +60,7 @@ sub run { # disables updating the ref with the new commit, and we *do* want # to do that. pungi updates the ref itself, I don't want to copy # all that work in here - assert_script_run "rpm-ostree compose tree --repo=/var/tmp/ostree/repo/ --add-metadata-string=version=${advortask} --force-nocache /workstation-ostree-config/fedora-$lcsubv.yaml |& ts " . '[%Y-%m-%d %H:%M:%S]' . " | tee /tmp/ostree.log", 4500; + assert_script_run "rpm-ostree compose tree --repo=/var/tmp/ostree/repo/ --add-metadata-string=version=${advortask} --force-nocache /workstation-ostree-config/fedora-$lcsubv.yaml |& ts '" . '[%Y-%m-%d %H:%M:%S]' . "' | tee /tmp/ostree.log", 4500; assert_script_run "set +o pipefail"; upload_logs "/tmp/ostree.log"; # check out the ostree installer lorax templates