summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
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
}