]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Provide a quick way to run flake8
authorJohn Griffith <john.griffith8@gmail.com>
Mon, 18 Aug 2014 21:52:29 +0000 (15:52 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Mon, 18 Aug 2014 22:37:32 +0000 (16:37 -0600)
commit1098ab0f53343b2cb8c7cc79f2013dc7322c0dbd
treeb1891773879bcd38a5fa504a9db149a93d08e9b5
parent308b746fe2b4bdf152ed3afba7bd42fc72b5145e
Provide a quick way to run flake8

"run_tests.sh -p" always checks every file for errors even though you
have probably only changed a handful. This patch adds "run_tests.sh -8"
which only checks the files that were modified in the HEAD commit or
the current working tree.

Copied from Matthew's work in Nova here:
  https://review.openstack.org/#/c/110746/15

Change-Id: I84f6a522da5352a703caa59975643043ec1911fe
Co-Authored-By: Matthew Gilliard <matthew.gilliard@gmail.com>
run_tests.sh