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
This commit is contained in:
Vic Howard 2014-02-17 23:16:17 -05:00
parent afc838e176
commit ea968bd43a
1 changed files with 1 additions and 1 deletions

View File

@ -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"