Skip to content

Commit db9a253

Browse files
committed
disable exit
1 parent f6ddacf commit db9a253

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.evergreen/scripts/setup-tests.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ set -eu
3131
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
3232
ROOT_DIR="$(dirname $(dirname $SCRIPT_DIR))"
3333

34-
echo "hello from setup-test.sh 1"
35-
env
36-
3734
# Try to source the env file.
3835
if [ -f $SCRIPT_DIR/scripts/env.sh ]; then
3936
source $SCRIPT_DIR/scripts/env.sh
@@ -49,10 +46,6 @@ if [ -n "${TEST_INDEX_MANAGEMENT:-}" ]; then
4946
source $DRIVERS_TOOLS/..evergreen/atlas/secrets-export.sh
5047
fi
5148

52-
echo "hello from setup-test.sh 2"
53-
env
54-
exit 1
55-
5649
. $ROOT_DIR/.evergreen/utils.sh
5750
PYTHON=${PYTHON_BINARY:-$(find_python3)}
5851
$PYTHON $SCRIPT_DIR/setup-tests.py

0 commit comments

Comments
 (0)