We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6aa20 commit ad0b4ccCopy full SHA for ad0b4cc
.evergreen/config.yml
@@ -777,14 +777,20 @@ functions:
777
type: test
778
params:
779
working_dir: "src"
780
- shell: bash
+ silent: true
781
script: |
782
- set +x
+ # DO NOT ECHO WITH XTRACE (which PREPARE_SHELL does)
783
export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
784
export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
785
export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
786
-
+ - command: shell.exec
787
+ type: test
788
+ params:
789
+ working_dir: "src"
790
+ shell: bash
791
+ script: |
792
${PREPARE_SHELL}
793
+
794
# This is required for pypy3.7 UTF encoding
795
export LC_ALL=en_US.UTF-8
796
bash ${PROJECT_DIRECTORY}/.evergreen/tox.sh ${PYTHON_BINARY} -m aws-secrets -- drivers/test
0 commit comments