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 90b19fd commit df72b22Copy full SHA for df72b22
tests/run_standalone_tests.sh
@@ -36,8 +36,7 @@ cd ${test_dir}
36
ls -lh . # show the contents of the directory
37
38
# python arguments
39
-defaults=" -m coverage run --source ${codecov_source} --append " \
40
- "-m pytest --no-header -v -s --color=yes --timeout=${test_timeout} --durations=0 "
+defaults=" -m coverage run --source ${codecov_source} --append -m pytest --no-header -v -s --color=yes --timeout=${test_timeout} --durations=0 "
41
echo "Using defaults: ${defaults}"
42
43
# get the list of parametrizations. we need to call them separately. the last two lines are removed.
0 commit comments