File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -eux
3
3
4
+ echo " Hello from just.sh"
5
+ env
4
6
. .evergreen/scripts/setup-dev-env.sh
5
7
just " $@ "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ echo "Untarring file ... begin"
19
19
GCPKMS_CMD=" tar xf mongo-python-driver.tgz" $DRIVERS_TOOLS /.evergreen/csfle/gcpkms/run-command.sh
20
20
echo " Untarring file ... end"
21
21
echo " Running test ... begin"
22
- GCPKMS_CMD=" SUCCESS=true TEST_FLE_GCP_AUTO=1 LIBMONGOCRYPT_URL=$LIBMONGOCRYPT_URL bash ./evergreen/just.sh setup-test" $DRIVERS_TOOLS /.evergreen/csfle/gcpkms/run-command.sh
22
+ GCPKMS_CMD=" SUCCESS=true TEST_FLE_GCP_AUTO=1 LIBMONGOCRYPT_URL=$LIBMONGOCRYPT_URL bash ./. evergreen/just.sh setup-test" $DRIVERS_TOOLS /.evergreen/csfle/gcpkms/run-command.sh
23
23
GCPKMS_CMD=" ./.evergreen/just.sh test-eg" $DRIVERS_TOOLS /.evergreen/csfle/gcpkms/run-command.sh
24
24
echo " Running test ... end"
25
25
bash $HERE /scripts/teardown-tests.sh
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ set -eu
31
31
SCRIPT_DIR=$( dirname ${BASH_SOURCE:- $0 } )
32
32
ROOT_DIR=" $( dirname $( dirname $SCRIPT_DIR ) ) "
33
33
34
+ echo " hello from setup-test.sh 1"
35
+ env
36
+
34
37
# Try to source the env file.
35
38
if [ -f $SCRIPT_DIR /scripts/env.sh ]; then
36
39
source $SCRIPT_DIR /scripts/env.sh
@@ -46,6 +49,10 @@ if [ -n "${TEST_INDEX_MANAGEMENT:-}" ]; then
46
49
source $DRIVERS_TOOLS /..evergreen/atlas/secrets-export.sh
47
50
fi
48
51
52
+ echo " hello from setup-test.sh 2"
53
+ env
54
+ exit 1
55
+
49
56
. $ROOT_DIR /.evergreen/utils.sh
50
57
PYTHON=${PYTHON_BINARY:- $(find_python3)}
51
58
$PYTHON $SCRIPT_DIR /setup-tests.py
You can’t perform that action at this time.
0 commit comments