]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
run_tests.sh fixup venv/novenv logic
authorSteven Hardy <shardy@redhat.com>
Thu, 20 Dec 2012 15:37:29 +0000 (15:37 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 20 Dec 2012 15:37:29 +0000 (15:37 +0000)
commit06ed997784469e8c4a571f8cbd5174346a6b05d9
tree6c7f917ce128426ec9fc3a61d539ba63c2567056
parente098963e8617d32909795c9b389dee848b637636
run_tests.sh fixup venv/novenv logic

The section which prompts y/n for creating a new venv can never be
reached with any combination of CLI options (since always_venv=0 and
never_venv=0 can never happen simultaneously)

This actually makes the --no-virtual-env option pointless, so we may
as well remove it and explicitly set it as the default (it was anyway
previously but by virtue of the never_venv option being undefined)

Change-Id: I3c803533fda55a6814b7536b5c1328312acd3d57
Signed-off-by: Steven Hardy <shardy@redhat.com>
run_tests.sh