Skip to content

Commit 80567e1

Browse files
committed
ambiguous redirect
1 parent eb9e644 commit 80567e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_standalone_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "Using defaults: ${defaults}"
2828

2929
# get the list of parametrizations. we need to call them separately. the last two lines are removed.
3030
# note: if there's a syntax error, this will fail with some garbled output
31-
python3 -um pytest -q --collect-only --pythonwarnings ignore 2>&1 > $COLLECTED_TESTS_FILE
31+
python3 -um pytest -q --collect-only --pythonwarnings ignore 2>&1 > "$COLLECTED_TESTS_FILE"
3232
# early terminate if collection failed (e.g. syntax error)
3333
if [[ $? != 0 ]]; then
3434
cat $COLLECTED_TESTS_FILE

0 commit comments

Comments
 (0)