summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 11bc8b518..5bb2842b2 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -142,6 +142,7 @@ function run_pep8 {
echo "Running pep8"
${wrapper} python tools/hacking.py ${ignore} ${srcfiles}
+ ${wrapper} bash tools/unused_imports.sh
# NOTE(sdague): as of grizzly-2 these are passing however leaving the comment
# in here in case we need to break it out when we get more of our hacking working
# again.