Skip to content

Commit da2f507

Browse files
committed
debug
1 parent 93163a6 commit da2f507

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -eux
2+
set -eu
33

44
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
55
ROOT_DIR="$(dirname $(dirname $SCRIPT_DIR))"
@@ -24,6 +24,8 @@ else
2424
exit 1
2525
fi
2626

27+
set -x
28+
2729
# Source the csfle secrets if running encryption test.
2830
if [ -n "${TEST_ENCRYPTION:-}" ]; then
2931
source $DRIVERS_TOOLS/.evergreen/csfle/secrets-export.sh

0 commit comments

Comments
 (0)