From 44c214af37c0db2a9c497eb369f21344e4dbeacf Mon Sep 17 00:00:00 2001 From: Kenji Ishii Date: Thu, 6 Oct 2016 14:18:24 +0900 Subject: [PATCH] Fix the issue 'no-pep8' option is ignored Change-Id: I6eac3a44a432904a016400e0596b412b8d152dff Closes-Bug: #1630861 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index cfbaa109..4559fb47 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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