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 eb9e644 commit 80567e1Copy full SHA for 80567e1
tests/run_standalone_tests.sh
@@ -28,7 +28,7 @@ echo "Using defaults: ${defaults}"
28
29
# get the list of parametrizations. we need to call them separately. the last two lines are removed.
30
# 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
+python3 -um pytest -q --collect-only --pythonwarnings ignore 2>&1 > "$COLLECTED_TESTS_FILE"
32
# early terminate if collection failed (e.g. syntax error)
33
if [[ $? != 0 ]]; then
34
cat $COLLECTED_TESTS_FILE
0 commit comments