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 6ed3533 commit 6658c0cCopy full SHA for 6658c0c
.evergreen/scripts/setup-tests.sh
@@ -20,4 +20,6 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
20
source $SCRIPT_DIR/env.sh
21
fi
22
23
+echo "Setting up tests with args \"$@\"..."
24
uv run $SCRIPT_DIR/setup_tests.py "$@"
25
+echo "Setting up tests with args \"$@\"... done."
0 commit comments