]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Provide a quick way to run flake8
authorAkihiro Motoki <motoki@da.jp.nec.com>
Tue, 19 Aug 2014 15:54:30 +0000 (00:54 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Sat, 30 Aug 2014 12:30:17 +0000 (21:30 +0900)
commite33a07bc44acfc7438b8ed6ffd59d5db9f069166
tree74423d850e690778e2d90385ab205d45d77fbc8e
parent5d24065099b312861e0b9e1496c44eb63a87b1be
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
in the current working tree.

It is borrowed from the recent nova commit b011325cc6.
The related ML post is:
http://lists.openstack.org/pipermail/openstack-dev/2014-August/043346.html

Change-Id: Ieeabf1b79a0790af8bde3144dca59b4245a0b79a
run_tests.sh