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 6d3b537 commit d01091bCopy full SHA for d01091b
.evergreen/run-tests.sh
@@ -23,6 +23,8 @@ fi
23
if [ -f $SCRIPT_DIR/scripts/test-env.sh ]; then
24
echo "Sourcing test inputs"
25
. $SCRIPT_DIR/scripts/test-env.sh
26
+ cat $SCRIPT_DIR/scripts/test-env.sh
27
+ exit 1
28
else
29
echo "Missing test inputs, please run 'just setup-test'"
30
fi
0 commit comments