erlware / relx

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

add USE_NODETOOL env variable in extended start script to force ndoetool #835

Closed tsloughter closed 3 years ago

tsloughter commented 3 years ago

Fixes #824

Hopefully a temporary fix, preferably we'd be able to get rid of nodetool and erl_call be able to print to stdout.

tsloughter commented 3 years ago

Ugh, no idea what is going on with shell tests on 22.3.2

tsloughter commented 3 years ago

Wait, duh, ugh. The test can only pass on OTP-23 and above where erl_call is available, haha