diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-02-08 18:35:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-02-08 18:35:15 +0000 |
| commit | 3432aa51a00e96db06dcbb88948b82e1dca4cd75 (patch) | |
| tree | 7dd022021eadfdb9edcf410607ca583fb83924db | |
| parent | d7b032b0d5f99c865e320e2e0d75f36d689d49fe (diff) | |
| parent | 6b2fbd44f9bb3646d492a8593cdb5c9da3a5a7c9 (diff) | |
Merge "pep8 check on api-paste.ini when using devstack"
| -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 |
