Stop running coverage xml
We do not use the xml output, so it is wasted effort. Change-Id: I03e3eded48d30a9cf8aea0ead9559417064aa272 Reviewed-on: https://review.openstack.org/19563 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
3268fd0175
commit
c11ffead35
@ -1,11 +1,8 @@
|
|||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
|
|
||||||
# If a bundle file is present, call tox with the jenkins version of
|
# Run coverage via tox. Also, run pip freeze on the
|
||||||
# the test environment so it is used. Otherwise, use the normal
|
|
||||||
# (non-bundle) test environment. Also, run pip freeze on the
|
|
||||||
# resulting environment at the end so that we have a record of exactly
|
# resulting environment at the end so that we have a record of exactly
|
||||||
# what packages we ended up testing.
|
# what packages we ended up testing.
|
||||||
#
|
|
||||||
|
|
||||||
export NOSE_COVER_HTML=1
|
export NOSE_COVER_HTML=1
|
||||||
|
|
||||||
@ -13,7 +10,6 @@ venv=cover
|
|||||||
|
|
||||||
tox -e$venv
|
tox -e$venv
|
||||||
result=$?
|
result=$?
|
||||||
.tox/$venv/bin/coverage xml
|
|
||||||
|
|
||||||
echo "Begin pip freeze output from test virtualenv:"
|
echo "Begin pip freeze output from test virtualenv:"
|
||||||
echo "======================================================================"
|
echo "======================================================================"
|
||||||
|
Loading…
Reference in New Issue
Block a user