Skip to content
Snippets Groups Projects
Commit 3d6c5da0 authored by Evili del Rio i Silvan's avatar Evili del Rio i Silvan
Browse files

Correct invocation of coverage

parent dac236d3
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ DJANGO_INSTALLED=1 ...@@ -21,7 +21,7 @@ DJANGO_INSTALLED=1
coverage=$(which coverage 2> /dev/null) coverage=$(which coverage 2> /dev/null)
if [ -x "${coverage}" ] if [ -x "${coverage}" ]
then then
test_cmd=${coverage} test_cmd="${coverage} run"
else else
test_cmd=python test_cmd=python
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment