From af8cb9747285db79990683edd1c317143513867d Mon Sep 17 00:00:00 2001 From: jichenjc Date: Sun, 20 Dec 2015 07:47:41 +0800 Subject: [PATCH] Add description on how to run ./run_test.sh -8 ./run_test.sh was deprecated and I used to run './run_test.sh -8' to only check changed files instead of whole nova tree. Add this hint 'tox -e pep8 -- -HEAD' to help people who don't know this. Change-Id: I0408d0249064e1db89d17c19a524b43a46159a24 --- run_tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index 710f8d590925..9cee6751b1e4 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -25,6 +25,10 @@ To run a subset of any of these tests: i.e.: tox -e py27 test_servers +Use following to replace './run_test.sh -8' to do pep8 check with changed files + + tox -e pep8 -- -HEAD + Additional tox targets are available in tox.ini. For more information see: http://docs.openstack.org/project-team-guide/project-setup/python.html