From ba6b1c31289b903491c6d3e7d7f2f0bdfccc9c9c Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 4 Jan 2013 20:40:13 +0000 Subject: [PATCH] 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 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 442b8ef860..5dc6de4d25 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 }