summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh2
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