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 aacd30a + b655867 commit e3400ecCopy full SHA for e3400ec
1 file changed
lib/tempest
@@ -602,6 +602,8 @@ function install_tempest {
602
PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest
603
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
604
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
605
+ echo "Checking installed Tempest plugins:"
606
+ tox -evenv-tempest -- tempest list-plugins
607
fi
608
popd
609
}
0 commit comments