Skip to content

Commit 6658c0c

Browse files
committed
Add debug
1 parent 6ed3533 commit 6658c0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/setup-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
2020
source $SCRIPT_DIR/env.sh
2121
fi
2222

23+
echo "Setting up tests with args \"$@\"..."
2324
uv run $SCRIPT_DIR/setup_tests.py "$@"
25+
echo "Setting up tests with args \"$@\"... done."

0 commit comments

Comments
 (0)