From 887d230257130c4716f49b8ed301d2151119035d Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 1 May 2013 19:03:08 +0100 Subject: [PATCH] heat tests : run_tests.sh reinstate text coverage report testr migration removed the text CLI summary report, so add it back in now for easy visibility of coverage results Change-Id: I419b1a9ea45f391a2cf623ad4431c93982ae5231 --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index e3d834c3cf..fef8caa345 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -96,6 +96,7 @@ fi if [ "$coverage" == 1 ]; then echo "Generating coverage report in ./cover" python setup.py testr --coverage --slowest + coverage report -m fi exit $result