From ea968bd43a661195d62ff09df27725c6db4b8279 Mon Sep 17 00:00:00 2001 From: Vic Howard Date: Mon, 17 Feb 2014 23:16:17 -0500 Subject: [PATCH] run_tests.sh default doc omits pep8 Modified run_tests.sh comments to show that both pep8 and unit tests are run by default Closes-Bug: #1280866 Change-Id: I53525011bd7e4bc2080f8aa1d7294350aa0839b8 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index ff3b015dab..67b1f5c2a9 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -11,7 +11,7 @@ function usage { echo " -F, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added." echo " -f, --func Functional tests have been removed." echo " -u, --unit Run unit tests (default when nothing specified)" - echo " -p, --pep8 Only run flake8 and HACKING compliance check" + echo " -p, --pep8 Run flake8 and HACKING compliance check (default when nothing specified)" echo " -P, --no-pep8 Don't run flake8 and HACKING compliance check" echo " --all Run pep8 and unit tests" echo " -c, --coverage Generate coverage report"