[erlang-questions] Apply Erlang configuration file (for multiple applications) to Common Test with rebar
Tristan Sloughter
t@REDACTED
Tue May 12 17:24:41 CEST 2015
> *Update:* ct_run -dir apps/app1/test -pa deps/*/ebin -pa apps/*/ebin
> -erl_args -config rpm
also works as expected. I guess the problem is that rebar changes the
cwd when running the tests for each application and therefore the
-config rpm option does not point to a existing file. I was anyway not
able to find a workaround.
I thought I'd point out that rebar3 (http://rebar3.org) does not change
the cwd, so you may have better luck trying rebar3 ct.
--
Tristan Sloughter t@REDACTED
On Mon, May 11, 2015, at 12:37 PM, Luis Gerhorst wrote:
> Hi, I've already posted this question on Stack Overflow but nobody has
> answered it. Maybe anyone here know's how I can do that:
>
> http://stackoverflow.com/questions/30161772/apply-erlang-configuration-file-for-multiple-applications-to-common-test-with
>
> If you know an answer / need more information but don't have a Stack
> Exchange account you can of course also answer on the mailing list.
>
> Thank you very much and best regards, Luis
> _________________________________________________
> erlang-questions mailing list erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150512/f639235a/attachment.htm>
More information about the erlang-questions
mailing list