Re: [gentoo-dev] [PATCH] rebar.eclass: Run tests with new code

2020-05-02 Thread Hanno Böck
On Sat, 02 May 2020 19:31:10 +0200 David Seifert wrote: > Please use proper bash brackets and shorten everything to > > [[ ${1} == eunit ]] && local -x ERL_LIBS="." Looks good, will do. -- Hanno Böck https://hboeck.de/

Re: [gentoo-dev] [PATCH] rebar.eclass: Run tests with new code

2020-05-02 Thread David Seifert
On Sat, 2020-05-02 at 19:02 +0200, Hanno Böck wrote: > Due to an update of dev-erlang/fast_tls I noticed an issue in the > rebar > eclass with tests. > > It seems the way the eclass currently works it is running tests with > the library installed in the system, not the code just compiled. > > Thi

[gentoo-dev] [PATCH] rebar.eclass: Run tests with new code

2020-05-02 Thread Hanno Böck
Due to an update of dev-erlang/fast_tls I noticed an issue in the rebar eclass with tests. It seems the way the eclass currently works it is running tests with the library installed in the system, not the code just compiled. This is obviously not what we want and it also obviously can fail if the