erlware / relx

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

Updates to all extended bin script tests #771

Closed tsloughter closed 4 years ago

tsloughter commented 4 years ago

I did a little clean up on these but then gave up and just got them working.

Eventually we really need to fix these up so they aren't so slow. They create too much and maybe should be done as scripts with shelltestrunner in the future.

lrascao commented 4 years ago

this is a classic "i trust you" PR, 👍

tsloughter commented 4 years ago

Yup, mostly equivalent, but threw in a few small fixes as I saw them as well. Like switching which to command -v thanks to shellcheck. Going to do a full dive with shellcheck into our scripts later.