From ba0b2aeea1efba288529118172e5b78334bed1d7 Mon Sep 17 00:00:00 2001 From: Salvatore Orlando Date: Tue, 8 Nov 2011 18:24:42 +0000 Subject: [PATCH] Bug 887706 Adding *.pyc to PEP8_EXCLUDE Change-Id: If2c432e8ce85be585aa3b71a5acb76f2f27a4c07 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 9b0a92c344..eca9b8ccde 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -100,7 +100,7 @@ fi # # [1] https://bugs.launchpad.net/bzr/+bug/701898 # -PEP8_EXCLUDE=vcsversion.py +PEP8_EXCLUDE="vcsversion.py,*.pyc" PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-source" PEP8_INCLUDE="bin/* quantum server client common plugins tools run_tests.py setup.py" RV=0