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 was archived by the owner on Nov 17, 2020. It is now read-only.
rabbitmq-build.mk: Enable cth_styledout on Travis and Concourse
The goal of this hook is to change the default output of common_test on
stdout to something colored and concise. The HTML reports still contain
everything.
This hook only works with Erlang 19.2+. With previous version, it will
be a no-op and the outout will remain unchanged.
With this change, we restore the default verbosity of common_test on
Concourse. It means way too many messages with Erlang up-to 19.1 but
that's ok. On Travis, we keep the lowered verbosity because we could
reach the limit set by Travis. Note that the verbosity affects both
stdout and the HTML reports so on Concourse, we should have more data to
debug failures.
While here, reorganize a bit the common_flags to separate each "topic".
[#138917395]
0 commit comments