summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-01-04 20:40:13 +0000
committerGerrit Code Review <review@openstack.org>2013-01-04 20:40:13 +0000
commitba6b1c31289b903491c6d3e7d7f2f0bdfccc9c9c (patch)
treefa436ab11e6a66e499048b27c23685dd8ab0501b /run_tests.sh
parent1f01d30983e3a67a146308ff8766f057bc5b7958 (diff)
downloadkeystone-ba6b1c31289b903491c6d3e7d7f2f0bdfccc9c9c.tar.gz
keystone-ba6b1c31289b903491c6d3e7d7f2f0bdfccc9c9c.tar.xz
keystone-ba6b1c31289b903491c6d3e7d7f2f0bdfccc9c9c.zip
Revert "shorten pep8 output"
Verbose PEP8 output is explicitly intended to make it easier for new contributors to propose acceptable patches. This reverts commit 1f01d30983e3a67a146308ff8766f057bc5b7958
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 442b8ef8..5dc6de4d 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -113,7 +113,7 @@ function run_pep8 {
ignore="$ignore_scripts,$ignore_files,$ignore_dirs"
srcfiles="."
# Just run PEP8 in current environment
- ${wrapper} pep8 --repeat --show-source \
+ ${wrapper} pep8 --repeat --show-pep8 --show-source \
--exclude=${ignore} ${srcfiles} | tee pep8.txt
}