We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c894472 + 199c604 commit a22942bCopy full SHA for a22942b
1 file changed
lib/tempest
@@ -331,7 +331,7 @@ function configure_tempest {
331
# NOTE(mtreinish): This must be done after auth settings are added to the tempest config
332
local tmp_cfg_file=$(mktemp)
333
cd $TEMPEST_DIR
334
- tox -evenv -- verify-tempest-config -uro $tmp_cfg_file
+ tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
335
336
local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
337
if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then
0 commit comments