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
This commit is contained in:
Steven Hardy 2013-05-01 19:03:08 +01:00
parent a9557085c8
commit 887d230257
1 changed files with 1 additions and 0 deletions

View File

@ -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