We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7eb42 commit ff355ecCopy full SHA for ff355ec
.evergreen/scripts/setup-tests.sh
@@ -20,6 +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 \"$@\"..."
+echo "Setting up tests with args \"$*\"..."
24
uv run $SCRIPT_DIR/setup_tests.py "$@"
25
-echo "Setting up tests with args \"$@\"... done."
+echo "Setting up tests with args \"$*\"... done."
0 commit comments