From 6b2fbd44f9bb3646d492a8593cdb5c9da3a5a7c9 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Wed, 8 Feb 2012 11:44:39 -0500 Subject: pep8 check on api-paste.ini when using devstack Fixes bug #928976 Avoid pep8 check on api-paste.ini Change-Id: I14e84e3c704c4e90d87c73e484d8eb3b63803743 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 070b89179..fcc0c1f80 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -95,7 +95,7 @@ function run_pep8 { ignore_scripts="*.sh:*nova-debug:*clean-vlans" ignore_files="*eventlet-patch:*pip-requires" GLOBIGNORE="$ignore_scripts:$ignore_files" - srcfiles=`find bin -type f ! -name "nova.conf*"` + srcfiles=`find bin -type f ! -name "nova.conf*" ! -name "api-paste.ini*"` srcfiles+=" `find tools/*`" srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance" # Just run PEP8 in current environment -- cgit