]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't force run_tests.sh pep8 only to use -N.
authorDan Prince <dprince@redhat.com>
Mon, 26 Nov 2012 03:01:27 +0000 (22:01 -0500)
committerDan Prince <dprince@redhat.com>
Mon, 26 Nov 2012 03:01:27 +0000 (22:01 -0500)
commit991619e64aa2b0c7310469c946123ee2ff0d93e6
tree6e1def28eae8af4a11685b197378957cf7cece0f
parenta14a03f4c50e808950f99b634e8934d108ffbabc
Don't force run_tests.sh pep8 only to use -N.

Previously running run_tests.sh -p would *always* run
outside of the virtual environment. This commit makes -p
work equally well with -N (no-virtual-env) and -V (virtual-env).

Change-Id: I214404e85af2122b2ea7330e6496848a1e0d7ddf
run_tests.sh