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: Format -ct_hooks value dynamically
... instead of hardcoding the value.
This flag takes a list of hooks separated by `and`. This formatting
should really go into Erlang.mk which would accept a `$(CT_HOOKS)`
variable.
For instance, `$(CT_OPTS)` was broken with Jenkins because multiple
`ct_hooks` were passed instead of using the `and` syntax.
0 commit comments