diff options
author | Luke Bakken <[email protected]> | 2017-10-25 14:31:34 -0700 |
---|---|---|
committer | Luke Bakken <[email protected]> | 2017-10-25 14:31:34 -0700 |
commit | 6e149058b5b92a2f9134c625fce0849a8af15c1f (patch) | |
tree | 6597596e51fa45642d1700bc1e2b7bd1bd93cbba /test/rlx_test_utils.erl | |
parent | c903d54f057bca328f231c5c10f13ba42956eee2 (diff) | |
download | relx-6e149058b5b92a2f9134c625fce0849a8af15c1f.tar.gz relx-6e149058b5b92a2f9134c625fce0849a8af15c1f.tar.bz2 relx-6e149058b5b92a2f9134c625fce0849a8af15c1f.zip |
Correctly construct HEART_COMMAND and run_erl arguments
The runner script that ships with rebar builds HEART_COMMAND and run_erl arguments that preserve additional arguments the user may have passed:
https://github.com/rebar/rebar/blob/master/priv/templates/simplenode.runner#L215-L238
This PR preserves this behavior. In additon, the current code on this line sets $@ but does not do anything with the result:
https://github.com/erlware/relx/blob/master/priv/templates/extended_bin#L481-L482
Investigated in response to this ML thread: http://erlang.org/pipermail/erlang-questions/2017-October/093974.html
Diffstat (limited to 'test/rlx_test_utils.erl')
0 files changed, 0 insertions, 0 deletions