diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-07-27 17:54:35 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-07-27 17:54:35 -0400 |
| commit | c00e933be6500caf25d55d32db5abb0e36600670 (patch) | |
| tree | 0051e643e299b2a6d4c7730f4a2bea59ee830ccb | |
| parent | 9cc71286d6e5339e42d6957570bfc02ea71353fe (diff) | |
put run_tests.sh back to how it was
| -rwxr-xr-x | run_tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/run_tests.sh b/run_tests.sh index e39ecd315..8f2b51757 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -84,9 +84,7 @@ function run_pep8 { srcfiles+=" `find tools/*`" srcfiles+=" nova setup.py plugins/xenserver/xenapi/etc/xapi.d/plugins/glance" # Just run PEP8 in current environment - #${wrapper} pep8 --repeat --show-pep8 --show-source \ - #--exclude=vcsversion.py ${srcfiles} - pep8 --repeat --show-pep8 --show-source \ + ${wrapper} pep8 --repeat --show-pep8 --show-source \ --exclude=vcsversion.py ${srcfiles} } |
