From bfa86b1322ca0d10e7b609662b9eb78b84dde62d Mon Sep 17 00:00:00 2001 From: Kui Shi Date: Mon, 12 Aug 2013 20:23:42 +0800 Subject: update usage in run_test.sh for flake8 Update usage info for pep8 options Fixes bug #1210049 Change-Id: I8895550f204bd8b37d3c035221b7554761debf85 --- run_tests.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index f9b8b7c4..59c270ca 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -27,8 +27,9 @@ function usage { 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 " -u, --update Update the virtual environment with any newer package versions" - echo " -p, --pep8 Just run pep8" - echo " -P, --no-pep8 Don't run pep8" + echo " -p, --pep8 Just run flake8" + echo " -8, --8 Just run flake8, don't show PEP8 text for each error" + echo " -P, --no-pep8 Don't run flake8" echo " -c, --coverage Generate coverage report" echo " -h, --help Print this usage message" echo " -xintegration Ignore all keystoneclient test cases (integration tests)" -- cgit