diff --git a/tox.ini b/tox.ini index 571b83f8..03c453c6 100644 --- a/tox.ini +++ b/tox.ini @@ -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 diff --git a/run_tests.sh b/wrap_nosetests.sh similarity index 75% rename from run_tests.sh rename to wrap_nosetests.sh index 3b507be3..3c0c75b6 100755 --- a/run_tests.sh +++ b/wrap_nosetests.sh @@ -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