From b7c832db64c309c6150c3c5db72303851c7cfad4 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Mon, 14 Aug 2023 10:54:05 +0200 Subject: [PATCH] fix: Typo in start-happypath-tests.sh Signed-off-by: Anatolii Bazko --- tests/devworkspace-happy-path/start-happypath-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/devworkspace-happy-path/start-happypath-tests.sh b/tests/devworkspace-happy-path/start-happypath-tests.sh index 0f4f05b163d..a1cb526bcf4 100755 --- a/tests/devworkspace-happy-path/start-happypath-tests.sh +++ b/tests/devworkspace-happy-path/start-happypath-tests.sh @@ -75,7 +75,7 @@ sleep 3 echo "[INFO] Downloading test report." mkdir "${ARTIFACT_DIR}/e2e" -oc rsync -n "${CHE_NAMESPACE}" ${HAPPY_PATH_POD_NAME}:/tmp/e2e/report/" ${ARTIFACT_DIR}/e2e" -c download-reports +oc rsync -n "${CHE_NAMESPACE}" ${HAPPY_PATH_POD_NAME}:/tmp/e2e/report/ "${ARTIFACT_DIR}/e2e" -c download-reports oc exec -n "${CHE_NAMESPACE}" ${HAPPY_PATH_POD_NAME} -c download-reports -- touch /tmp/done EXIT_CODE=$(oc logs -n "${CHE_NAMESPACE}" ${HAPPY_PATH_POD_NAME} -c happy-path-test | grep EXIT_CODE)