summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Smith <jack.smith@algorand.com>2022-08-12 11:23:35 -0500
committerJack Smith <jack.smith@algorand.com>2022-08-12 11:23:35 -0500
commited3a26acd939d2d08c30f1cbb4d4ecd876a536e8 (patch)
tree869a73cac74b2b2b3f963254c36f7a843845dcf3
parentd5bd3f2ec75ea86dfe7d58c1a9a6c0cd82738a2b (diff)
Adding -e flag to circleci integration teststroubleshooting-circleci
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 49226e5d0..fde0e48fa 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -398,7 +398,7 @@ commands:
name: Run integration tests
no_output_timeout: << parameters.no_output_timeout >>
command: |
- set -x
+ set -ex
export CI_E2E_FILENAME="${CIRCLE_BRANCH/\//-}"
export PATH=$(echo "$PATH" | sed -e "s|:${HOME}/\.go_workspace/bin||g" | sed -e 's|:/usr/local/go/bin||g')
export KMD_NOUSB=True