summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2012-12-20 21:43:41 -0500
committerAdam Young <ayoung@redhat.com>2012-12-21 22:34:35 -0500
commit1f01d30983e3a67a146308ff8766f057bc5b7958 (patch)
tree627d27e5ef4f6bcd96bd5c6cfe5ec7f6d7814a17 /run_tests.sh
parentb5581fea95f96dc7e43abe2b28c99678b5219238 (diff)
downloadkeystone-1f01d30983e3a67a146308ff8766f057bc5b7958.tar.gz
keystone-1f01d30983e3a67a146308ff8766f057bc5b7958.tar.xz
keystone-1f01d30983e3a67a146308ff8766f057bc5b7958.zip
shorten pep8 output
This removes the PEP8 output that describes in detail how to fix each problem. It makes pep8 review so long that the earliest lines scroll out of the scrollback buffer before they can even be read. With this change, each violation is on line long, which is much more readable. Change-Id: I0d8cc64fd6027419754732e314c047b3775a121c
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 5dc6de4d..442b8ef8 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-pep8 --show-source \
+ ${wrapper} pep8 --repeat --show-source \
--exclude=${ignore} ${srcfiles} | tee pep8.txt
}