diff options
| author | termie <github@anarkystic.com> | 2011-11-14 10:08:35 -0800 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2011-11-14 10:08:35 -0800 |
| commit | 91059352640965765afd2e97ac37656e445927cf (patch) | |
| tree | 527bfb1cc98a1906076808758eccdd3eaa296576 | |
| parent | e8f72ed91488e1736c65dca467827c4a1adf215b (diff) | |
don't pep8 swp files
| -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 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 \ |
