File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 18
18
# Ensure there are test inputs.
19
19
if [ -f $SCRIPT_DIR /scripts/test-env.sh ]; then
20
20
echo " Sourcing test inputs"
21
- # TODO remove before merging
22
- cat $SCRIPT_DIR /scripts/test-env.sh
23
21
source $SCRIPT_DIR /scripts/test-env.sh
24
22
else
25
23
echo " Missing test inputs, please run 'just setup-test'"
26
- exit 1
27
24
fi
28
25
29
- set -x
30
-
31
26
# Source the csfle secrets if running encryption test.
32
27
if [ -n " ${TEST_ENCRYPTION:- } " ]; then
33
28
source $DRIVERS_TOOLS /.evergreen/csfle/secrets-export.sh
Original file line number Diff line number Diff line change @@ -24,8 +24,5 @@ echo "Running MONGODB-AWS authentication tests for $1"
24
24
# Handle credentials and environment setup.
25
25
. " $DRIVERS_TOOLS " /.evergreen/auth_aws/aws_setup.sh " $1 "
26
26
27
- # show test output
28
- set -x
29
-
30
27
TEST_AUTH_AWS=1 AUTH=" auth" bash ./evergreen/just.sh setup-test
31
28
bash ./.evergreen/just.sh test-eg
You can’t perform that action at this time.
0 commit comments