diff --git a/run_tests b/run_tests index c3c3ea6c..2877ec65 100755 --- a/run_tests +++ b/run_tests @@ -59,7 +59,7 @@ fi --pattern '*_test.py' \ "$@" else - coverage run -a "${UNIT2}" discover \ + "${UNIT2}" discover \ --start-directory "tests/ansible" \ --pattern '*_test.py' \ "$@"