summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 258483ea2..c8513749f 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -172,8 +172,8 @@ function copy_subunit_log {
}
function run_pep8 {
- echo "Running PEP8 and HACKING compliance check..."
- bash -c "${wrapper} tools/run_pep8.sh"
+ echo "Running flake8 ..."
+ bash -c "${wrapper} flake8"
}