diff options
| author | Zhongyue Luo <lzyeval@gmail.com> | 2012-02-08 11:44:39 -0500 |
|---|---|---|
| committer | Zhongyue Luo <lzyeval@gmail.com> | 2012-02-08 11:44:39 -0500 |
| commit | 6b2fbd44f9bb3646d492a8593cdb5c9da3a5a7c9 (patch) | |
| tree | cba4230aa1a0674d2068522b869ce590e2478465 | |
| parent | 27ac9d5f0ca4279753ee2984769094f2b4191619 (diff) | |
pep8 check on api-paste.ini when using devstack
Fixes bug #928976
Avoid pep8 check on api-paste.ini
Change-Id: I14e84e3c704c4e90d87c73e484d8eb3b63803743
| -rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
