Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Rebar 2.x.y on secondary arches #183

Merged
merged 1 commit into from
Oct 2, 2017

Conversation

lemenkov
Copy link
Contributor

Erlang + Eunit + Rebar2 behaves differently on secondary arches (mips,
sh4, powerpc, and likely other BigEndian ones). Apparently we need to
specify setup and teardown procedures explicitly instead of copying
meck:new(...) followed by meck:unload() in every test of a suite. Don't
know why, but doing this won't hurt.

I cannot reproduce this issue with Rebar3.

Fixes #105.

Signed-off-by: Peter Lemenkov lemenkov@gmail.com

Erlang + Eunit + Rebar2 behaves differently on secondary arches (mips,
sh4, powerpc, and likely other BigEndian ones). Apparently we need to
specify setup and teardown procedures explicitly instead of copying
meck:new(...) followed by meck:unload() in every test of a suite. Don't
know why, but doing this won't hurt.

I cannot reproduce this issue with Rebar3.

Fixes eproxus#105.

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
@eproxus eproxus merged commit a1f83d3 into eproxus:master Oct 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants