Skip to content

Commit

Permalink
pep8 check on api-paste.ini when using devstack
Browse files Browse the repository at this point in the history
Fixes bug #928976

Avoid pep8 check on api-paste.ini

Change-Id: I14e84e3c704c4e90d87c73e484d8eb3b63803743
  • Loading branch information
Zhongyue Luo committed Feb 8, 2012
1 parent 27ac9d5 commit 6b2fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Expand Up @@ -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
Expand Down

0 comments on commit 6b2fbd4

Please sign in to comment.