From 6f17ede28b3dc1e4220f7deeea226016c6cb77fc Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sat, 9 Feb 2019 19:47:06 +0000 Subject: [PATCH] Fix incorrect attempt to use coverage Looks like this was a copy and paste mistake --- run_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \ "$@"