-
Notifications
You must be signed in to change notification settings - Fork 518
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
eunit issue when overriding test profile of an application #1477
Comments
benoitc
added a commit
to barrel-db/barrel-platform
that referenced
this issue
Feb 20, 2017
fixing eunit tests by forcing the dir in barrel_httpc and overriding it in main rebar.config *sigh*. See erlang/rebar3#1477 for more info about it.
benoitc
added a commit
to barrel-db/barrel-platform
that referenced
this issue
Feb 20, 2017
fixing eunit tests by forcing the dir in barrel_httpc and overriding it in main rebar.config *sigh*. See erlang/rebar3#1477 for more info about it.
BernardNotarianni
pushed a commit
to BernardNotarianni/barrel_httpc
that referenced
this issue
Mar 2, 2017
fixing eunit tests by forcing the dir in barrel_httpc and overriding it in main rebar.config *sigh*. See erlang/rebar3#1477 for more info about it.
i am not really sure what the issue is here? could you describe your project structure in a little more detail and how you're invoking eunit? |
@talentdeficit just doing |
This may have been fixed in #1606 but I'm not too sure about it. |
Heard no news in over a year, considering closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using latest rebar3 installed locally.
I'm trying to remove any deps in the test profile of an application in the
apps/
folder by using overrides:but then I get the following issue when running
rebar3 eunit
:Looking a the display result of
DEBUG=1
, it seems eunit is launch on the root and not anymore in the application folder. Is there anyway to solve it?The text was updated successfully, but these errors were encountered: