Skip to content

Commit

Permalink
fix: Typo in start-happypath-tests.sh (#22431)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha authored Aug 14, 2023
1 parent 1397a5e commit 11cbc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devworkspace-happy-path/start-happypath-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11cbc4e

Please sign in to comment.