From 50fc6cc29c777d0d7c38d9c0b24bfb1089540e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 14 Feb 2023 11:08:39 +0100 Subject: [PATCH] Test: reformat part of `ostree.sh` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Split the call to `ansible-playbook` to multiple lines. Signed-off-by: Tomáš Hozza --- test/cases/ostree.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/cases/ostree.sh b/test/cases/ostree.sh index 47877274b..b4a77a74b 100755 --- a/test/cases/ostree.sh +++ b/test/cases/ostree.sh @@ -617,7 +617,12 @@ ansible_ssh_common_args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/ EOF # Test IoT/Edge OS -sudo ansible-playbook -v -i "${TEMPDIR}"/inventory -e image_type=${IMAGE_TYPE} -e ostree_commit="${UPGRADE_HASH}" -e embeded_container="${EMBEDED_CONTAINER}" -e firewall_feature="${FIREWALL_FEATURE}" /usr/share/tests/osbuild-composer/ansible/check_ostree.yaml || RESULTS=0 +sudo ansible-playbook -v -i "${TEMPDIR}"/inventory \ + -e image_type=${IMAGE_TYPE} \ + -e ostree_commit="${UPGRADE_HASH}" \ + -e embeded_container="${EMBEDED_CONTAINER}" \ + -e firewall_feature="${FIREWALL_FEATURE}" \ + /usr/share/tests/osbuild-composer/ansible/check_ostree.yaml || RESULTS=0 check_result # Final success clean up