Fix the issue 'no-pep8' option is ignored

Change-Id: I6eac3a44a432904a016400e0596b412b8d152dff
Closes-Bug: #1630861
This commit is contained in:
Kenji Ishii 2016-10-06 14:18:24 +09:00
parent ca3aac6ddd
commit 44c214af37
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ function run_tests_all {
rm -f .coverage.*
PEP8_RESULT=0
if [ $only_selenium -eq 0 ]; then
if [ $no_pep8 -eq 0 ] && [ $only_selenium -eq 0 ]; then
run_pep8
PEP8_RESULT=$?
fi