diff --git a/lib/tempest b/lib/tempest index e556935cb5..8ff7d91b04 100644 --- a/lib/tempest +++ b/lib/tempest @@ -600,6 +600,8 @@ function install_tempest { PROJECT_VENV["tempest"]=${TEMPEST_DIR}/.tox/tempest if [[ $TEMPEST_PLUGINS != 0 ]] ; then tox -evenv-tempest -- pip install $TEMPEST_PLUGINS + echo "Checking installed Tempest plugins:" + tox -evenv-tempest -- tempest list-plugins fi popd }