[erlang-questions] starting an app with an app.config file
Roberto Ostinelli
roberto@REDACTED
Mon Oct 15 08:09:40 CEST 2012
What has this to do with my question?
My question is how can I use the same app.config file when I start an
application from Common Tests.
On Sunday, October 14, 2012, Andrew Gopienko wrote:
> From my eunit tests
>
> SaslSpec = [{errlog_type, error}],
> case application:load({application,sasl,SaslSpec}) of
> {error,{already_loaded,_}} -> ok;
> ok ->
> ok = application:start(sasl),
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121014/a4e52ec4/attachment.htm>
More information about the erlang-questions
mailing list