Fix incorrect attempt to use coverage

Looks like this was a copy and paste mistake
This commit is contained in:
Alex Willmer 2019-02-09 19:47:06 +00:00
parent e8e66d6fd0
commit 6f17ede28b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ fi
--pattern '*_test.py' \ --pattern '*_test.py' \
"$@" "$@"
else else
coverage run -a "${UNIT2}" discover \ "${UNIT2}" discover \
--start-directory "tests/ansible" \ --start-directory "tests/ansible" \
--pattern '*_test.py' \ --pattern '*_test.py' \
"$@" "$@"