diff options
| author | Josh Kearney <josh@jk0.org> | 2013-01-29 16:44:58 -0600 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2013-01-29 17:29:57 -0600 |
| commit | 282649ca40a6d91a253d4191380be10db43375f2 (patch) | |
| tree | 28fdd7b63bd64e4835d459457a1e7485e3c06f49 /run_tests.sh | |
| parent | 4297e5781b03bad1c67cfdaa6cfdb73f6d1385de (diff) | |
| download | python-openstackclient-282649ca40a6d91a253d4191380be10db43375f2.tar.gz | |
Remove old/unsupported options from run_tests help message.
Change-Id: Ie0d796ecbd3c98b496a225c2a2c128db94a1831e
Diffstat (limited to 'run_tests.sh')
| -rwxr-xr-x | run_tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh index 47a5207d..5a5ff701 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -9,13 +9,11 @@ function usage { echo " -V, --virtual-env Always use virtualenv. Install automatically if not present" echo " -N, --no-virtual-env Don't use virtualenv. Run tests in local environment" echo " -s, --no-site-packages Isolate the virtualenv from the global Python environment" - echo " -x, --stop Stop running tests after the first error or failure." echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added." echo " -p, --pep8 Just run pep8" echo " -P, --no-pep8 Don't run pep8" echo " -c, --coverage Generate coverage report" echo " -h, --help Print this usage message" - echo " --hide-elapsed Don't print the elapsed time for each test along with slow test list" echo "" echo "Note: with no options specified, the script will try to run the tests in a virtual environment," echo " If no virtualenv is found, the script will ask if you would like to create one. If you " @@ -177,6 +175,6 @@ fi if [ $coverage -eq 1 ]; then echo "Generating coverage report in covhtml/" - ${wrapper} cverage combine + ${wrapper} coverage combine ${wrapper} coverage html --include='novaclient/*' --omit='novaclient/openstack/common/*' -d covhtml -i fi |
