Skip to content

Commit ff355ec

Browse files
committed
lint
1 parent 0f7eb42 commit ff355ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/scripts/setup-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +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 \"$@\"..."
23+
echo "Setting up tests with args \"$*\"..."
2424
uv run $SCRIPT_DIR/setup_tests.py "$@"
25-
echo "Setting up tests with args \"$@\"... done."
25+
echo "Setting up tests with args \"$*\"... done."

0 commit comments

Comments
 (0)