summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-06-16 14:21:51 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-06-16 14:21:51 +0000
commitac796613b47f9cf9910d841e496ad587cd6573d5 (patch)
tree3925cbffca57f70b98b92700ecf23d3a222db9b7 /tools
parentcc57067355db081f66de04664f1f88a76cd0f16d (diff)
downloadoslotest-ac796613b47f9cf9910d841e496ad587cd6573d5.tar.gz
always rebuild cross-test venv
Always rebuild the environment where the test is running in case the requirements list for the project has changed. Change-Id: I02148398389656d7cf5b811d94ebbbdc32c417fa
Diffstat (limited to 'tools')
-rwxr-xr-xtools/oslo_run_cross_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/oslo_run_cross_tests b/tools/oslo_run_cross_tests
index f12a55d..1412b6f 100755
--- a/tools/oslo_run_cross_tests
+++ b/tools/oslo_run_cross_tests
@@ -42,7 +42,7 @@ then
fi
# Set up the virtualenv without running the tests
-(cd $project_dir && tox --notest -e $venv)
+(cd $project_dir && tox --notest -r -e $venv)
tox_envbin=$project_dir/.tox/$venv/bin