summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2011-11-14 10:08:35 -0800
committertermie <github@anarkystic.com>2011-11-14 10:08:35 -0800
commit91059352640965765afd2e97ac37656e445927cf (patch)
tree527bfb1cc98a1906076808758eccdd3eaa296576
parente8f72ed91488e1736c65dca467827c4a1adf215b (diff)
don't pep8 swp files
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 2f6fe3ba..621a6efa 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -85,7 +85,7 @@ function run_pep8 {
ignore_files="*eventlet-patch:*pip-requires"
ignore_dirs="*ajaxterm*"
GLOBIGNORE="$ignore_scripts:$ignore_files:$ignore_dirs"
- srcfiles=`find bin -type f`
+ srcfiles=`find bin -type f ! -name .*.swp`
srcfiles+=" keystonelight"
# Just run PEP8 in current environment
${wrapper} pep8 --repeat --show-pep8 --show-source \