summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-01-25 20:34:03 +0000
committerJoe Gordon <jogo@cloudscaling.com>2013-01-28 21:37:32 +0000
commit8af6c6b885ccefec2de2e2a52a1f8456a971d570 (patch)
tree8df51bd1cd40715c963c810cf5a39e2b1aca7e3b /run_tests.sh
parentce09c50c9253131396f713edbf11ca427341be0e (diff)
downloadnova-8af6c6b885ccefec2de2e2a52a1f8456a971d570.tar.gz
nova-8af6c6b885ccefec2de2e2a52a1f8456a971d570.tar.xz
nova-8af6c6b885ccefec2de2e2a52a1f8456a971d570.zip
Make sure there are no unused import
Remove all currently unused imports Prevent future unused imports Change-Id: I6ac26d5c71b79952a7732db300355a00310c712e
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.