Skip to content

Commit 55f669c

Browse files
committed
debug
1 parent da2f507 commit 55f669c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ 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
2123
source $SCRIPT_DIR/scripts/test-env.sh
2224
else
2325
echo "Missing test inputs, please run 'just setup-test'"

0 commit comments

Comments
 (0)