From 47551ffc67f82a6acacf0ffe2b5987dc99304cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 8 Dec 2021 13:10:39 +0100 Subject: [PATCH] test/regression: fix if formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- .../regression-composer-works-behind-satellite.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/cases/regression-composer-works-behind-satellite.sh b/test/cases/regression-composer-works-behind-satellite.sh index 7581ffe53..30b1da2af 100644 --- a/test/cases/regression-composer-works-behind-satellite.sh +++ b/test/cases/regression-composer-works-behind-satellite.sh @@ -321,15 +321,15 @@ function try_image_build { sudo composer-cli blueprints push "$BLUEPRINT_FILE" if ! sudo composer-cli blueprints depsolve ${BLUEPRINT_NAME}; then - sudo cat /var/log/httpd/error_log - sudo journalctl -xe --unit osbuild-composer - exit 1 + sudo cat /var/log/httpd/error_log + sudo journalctl -xe --unit osbuild-composer + exit 1 fi if ! sudo composer-cli --json compose start ${BLUEPRINT_NAME} qcow2 | tee "${COMPOSE_START}"; then - sudo journalctl -xe --unit osbuild-composer - sudo journalctl -xe --unit osbuild-worker - exit 1 + sudo journalctl -xe --unit osbuild-composer + sudo journalctl -xe --unit osbuild-worker + exit 1 fi COMPOSE_ID=$(get_build_info ".build_id" "$COMPOSE_START")