Merge "Rename run_tests.sh to wrap_nosetests.sh"

This commit is contained in:
Jenkins 2013-02-03 11:45:19 +00:00 committed by Gerrit Code Review
commit 3a5115411a
2 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_RED=0.05
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
commands = {toxinidir}/run_tests.sh --no-path-adjustment []
commands = {toxinidir}/wrap_nosetests.sh --no-path-adjustment []
sitepackages = False
[testenv:livedb]
setenv=CEILOMETER_TEST_LIVE=1
[testenv:cover]
commands = {toxinidir}/run_tests.sh --no-path-adjustment --with-coverage --cover-erase --cover-package=ceilometer --cover-inclusive []
commands = {toxinidir}/wrap_nosetests.sh --no-path-adjustment --with-coverage --cover-erase --cover-package=ceilometer --cover-inclusive []
[testenv:pep8]
deps = pep8==1.3.3

View File

@ -1,5 +1,5 @@
#!/bin/sh
# Wrap tox to force it to enable global site-packages until
# Wrap nosetests to force it to enable global site-packages until
# https://bitbucket.org/hpk42/tox/issue/32 is released.
set -x