summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
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