You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2019. It is now read-only.
Should we implement the same for $BUILDOUT_VERBOSITY?
One note, current bootstrap.py is using "-v" for setting zc.buildout version. So it will fail if we run test with $BOOTSTRAP_VERBOSITY env set to "-v". I think we should update it to use "-v" for verbosity and only "--version" to set zc.buildout version.
Currently, one can put anything into the $BOOTSTRAP_VERBOSITY env and it will get run inline.
It's better if we restrict it to only -v, -vv, -vvv, etc.
The text was updated successfully, but these errors were encountered: