Merge "Removed unnecessary file(openstack/common) in run_stack.sh"
This commit is contained in:
commit
5f1994dd79
@ -156,7 +156,7 @@ function run_tests {
|
|||||||
echo "Generating coverage report in covhtml/"
|
echo "Generating coverage report in covhtml/"
|
||||||
# Don't compute coverage for common code, which is tested elsewhere
|
# Don't compute coverage for common code, which is tested elsewhere
|
||||||
${wrapper} coverage combine
|
${wrapper} coverage combine
|
||||||
${wrapper} coverage html --include='neutron/*' --omit='neutron/openstack/common/*' -d covhtml -i
|
${wrapper} coverage html --include='neutron/*' -d covhtml -i
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return $RESULT
|
return $RESULT
|
||||||
|
Loading…
Reference in New Issue
Block a user