Skip to content

Commit

Permalink
pytest-run.sh fix blank args
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Feb 15, 2021
1 parent 9be94ee commit 306e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pytest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ exec \
--full-trace --showlocals \
--cov-config="${COVERAGE_RC}" \
--cov-report=xml \
"${@-}" \
"${@}" \
./coverlovin2/

0 comments on commit 306e18b

Please sign in to comment.