Removal of unneccessary directory in run_tests.sh

Change-Id: I5507b2eff6ce572cd53db640f597b945a5d87165
This commit is contained in:
pawnesh.kumar 2016-10-20 15:55:14 +05:30
parent 20c3bcc251
commit 2a6f470fea
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ function run_tests {
echo "Generating coverage report in covhtml/"
# Don't compute coverage for common code, which is tested elsewhere
${wrapper} coverage combine
${wrapper} coverage html --include='mistral/*' --omit='mistral/openstack/common/*' -d covhtml -i
${wrapper} coverage html --include='mistral/*' -d covhtml -i
fi
return $RESULT