Skip to content

Commit f6ddacf

Browse files
committed
disable exit
1 parent 24f3ac4 commit f6ddacf

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.evergreen/run-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ fi
1818
# Ensure there are test inputs.
1919
if [ -f $SCRIPT_DIR/scripts/test-env.sh ]; then
2020
echo "Sourcing test inputs"
21-
# TODO remove before merging
22-
cat $SCRIPT_DIR/scripts/test-env.sh
2321
source $SCRIPT_DIR/scripts/test-env.sh
2422
else
2523
echo "Missing test inputs, please run 'just setup-test'"
26-
exit 1
2724
fi
2825

29-
set -x
30-
3126
# Source the csfle secrets if running encryption test.
3227
if [ -n "${TEST_ENCRYPTION:-}" ]; then
3328
source $DRIVERS_TOOLS/.evergreen/csfle/secrets-export.sh

.evergreen/scripts/run-mongodb-aws-test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,5 @@ echo "Running MONGODB-AWS authentication tests for $1"
2424
# Handle credentials and environment setup.
2525
. "$DRIVERS_TOOLS"/.evergreen/auth_aws/aws_setup.sh "$1"
2626

27-
# show test output
28-
set -x
29-
3027
TEST_AUTH_AWS=1 AUTH="auth" bash ./evergreen/just.sh setup-test
3128
bash ./.evergreen/just.sh test-eg

0 commit comments

Comments
 (0)