Skip to content

Commit df72b22

Browse files
committed
merge
1 parent 90b19fd commit df72b22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/run_standalone_tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ cd ${test_dir}
3636
ls -lh . # show the contents of the directory
3737

3838
# 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 "
39+
defaults=" -m coverage run --source ${codecov_source} --append -m pytest --no-header -v -s --color=yes --timeout=${test_timeout} --durations=0 "
4140
echo "Using defaults: ${defaults}"
4241

4342
# get the list of parametrizations. we need to call them separately. the last two lines are removed.

0 commit comments

Comments
 (0)