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 f6ddacf commit db9a253Copy full SHA for db9a253
.evergreen/scripts/setup-tests.sh
@@ -31,9 +31,6 @@ set -eu
31
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
32
ROOT_DIR="$(dirname $(dirname $SCRIPT_DIR))"
33
34
-echo "hello from setup-test.sh 1"
35
-env
36
-
37
# Try to source the env file.
38
if [ -f $SCRIPT_DIR/scripts/env.sh ]; then
39
source $SCRIPT_DIR/scripts/env.sh
@@ -49,10 +46,6 @@ if [ -n "${TEST_INDEX_MANAGEMENT:-}" ]; then
49
46
source $DRIVERS_TOOLS/..evergreen/atlas/secrets-export.sh
50
47
fi
51
48
52
-echo "hello from setup-test.sh 2"
53
54
-exit 1
55
56
. $ROOT_DIR/.evergreen/utils.sh
57
PYTHON=${PYTHON_BINARY:-$(find_python3)}
58
$PYTHON $SCRIPT_DIR/setup-tests.py
0 commit comments