summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-15 23:43:01 +0000
committerGerrit Code Review <review@openstack.org>2013-08-15 23:43:01 +0000
commitbebbbc1db77c03fe7c990d8ea22ef35fd22fb715 (patch)
tree61d11dee20528a8c1eab96c3db8f887a3ecfde5d /run_tests.sh
parentb0b32d0fa8f0c83c0eaaf70554044b9f761c604a (diff)
parentbfa86b1322ca0d10e7b609662b9eb78b84dde62d (diff)
downloadkeystone-bebbbc1db77c03fe7c990d8ea22ef35fd22fb715.tar.gz
keystone-bebbbc1db77c03fe7c990d8ea22ef35fd22fb715.tar.xz
keystone-bebbbc1db77c03fe7c990d8ea22ef35fd22fb715.zip
Merge "update usage in run_test.sh for flake8"
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 19f3f0f4..7916b4d3 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)"