From ac796613b47f9cf9910d841e496ad587cd6573d5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 16 Jun 2015 14:21:51 +0000 Subject: [PATCH] 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 --- tools/oslo_run_cross_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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