From 9a6e3f9dc54314b9357c3155c31590f883c02030 Mon Sep 17 00:00:00 2001 From: "pawnesh.kumar" Date: Thu, 20 Oct 2016 16:33:23 +0530 Subject: [PATCH] Removed unnecessary file(openstack/common) in run_stack.sh Change-Id: I67899d6e4ec1f21b8a330ceb857f384c181c0587 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index a32476c5543..f21498886bf 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -156,7 +156,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='neutron/*' --omit='neutron/openstack/common/*' -d covhtml -i + ${wrapper} coverage html --include='neutron/*' -d covhtml -i fi return $RESULT