Use rebar from the system path to avoid collisions with old version of getopt
When running unit tests with 'rebar eunit', rebar will give precedence to the modules already present in its binary file over the ones in the project. As rebar uses getopt, the old version of the module was being used and the unit tests were failing.
This commit is contained in:
parent
7740b79fa5
commit
0db1767179