summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-19 19:59:15 -0400
committerMonty Taylor <mordred@inaugust.com>2013-05-19 19:59:15 -0400
commite5bf326c3916554620eb2a2f3725237c7e454b43 (patch)
treea74b0e65e76ac53fc02f44ff310f756a915ef712
parent70638961bca3b479124910522f21ff12e55fbadd (diff)
downloadnova-e5bf326c3916554620eb2a2f3725237c7e454b43.tar.gz
nova-e5bf326c3916554620eb2a2f3725237c7e454b43.tar.xz
nova-e5bf326c3916554620eb2a2f3725237c7e454b43.zip
Update run_tests.sh to run flake8 too.
Change-Id: I6fce8ef0a293fb92c7e0ceb4ef88284e93022b54
-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"
}