From 008e8e4dafca4ce94a9de076dc38df076d7edba3 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Tue, 22 Jan 2013 11:13:52 -0400 Subject: [PATCH] Rename run_tests.sh to wrap_nosetests.sh run_tests.sh has a different purpose in CM than run_tests.sh in Nova, which causes confusion. Renamed the file to better reflect its true intent. Change-Id: I206fdeab8b052f85e1485164f019979ebbff4fbb --- tox.ini | 4 ++-- run_tests.sh => wrap_nosetests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename run_tests.sh => wrap_nosetests.sh (75%) diff --git a/tox.ini b/tox.ini index 571b83f87..03c453c65 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 3b507be30..3c0c75b60 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