erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
696 stars 233 forks source link

add overlay error test #917

Closed sg2342 closed 2 years ago

sg2342 commented 2 years ago

check if rlx_overlay:do_individual_overlay/5 errors result in rebar3 release failure and the appropriate error message.

The tests will succeed if #916 is applied and fail otherwise

ferd commented 2 years ago

I've merged your other PR, you can rebase this one so we can see tests pass.