Just read your config file and set env with application:load before application:start<br><br><br><div class="gmail_quote">2012/10/15 Roberto Ostinelli <span dir="ltr"><<a href="mailto:roberto@widetag.com" target="_blank">roberto@widetag.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What has this to do with my question?<div><br></div>My question is how can I use the same app.config file when I start an application from Common Tests.<div class="HOEnZb">
<div class="h5"><span></span><br><div><br><br>On Sunday, October 14, 2012, Andrew Gopienko  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From my eunit tests<br><br>    SaslSpec = [{errlog_type, error}],<br>    case application:load({application,sasl,SaslSpec}) of<br>

  {error,{already_loaded,_}} -> ok;<br>  ok -><br>      ok = application:start(sasl),<br>
<br>
</blockquote></div>
</div></div></blockquote></div><br>