summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-07-27 17:54:35 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-07-27 17:54:35 -0400
commitc00e933be6500caf25d55d32db5abb0e36600670 (patch)
tree0051e643e299b2a6d4c7730f4a2bea59ee830ccb
parent9cc71286d6e5339e42d6957570bfc02ea71353fe (diff)
put run_tests.sh back to how it was
-rwxr-xr-xrun_tests.sh4
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}
}