<div dir="ltr">Thank you Loïc, this works (i.e. `myapp` now starts) but now I'm unable to read this config file in <span style="font-size:12.8000001907349px">`myapp_SUITE.erl`.</span><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">`application:get_env(myapp, mykey)` and </span><span style="font-size:12.8000001907349px">`ct:get_config({myapp, mykey})` both </span><span style="font-size:12.8000001907349px">return `undefined`.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 23, 2015 at 1:53 PM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ct_run -erl_args -config test.config<div><div class="h5"><br>
<br>
On 04/23/2015 02:41 PM, Roberto Ostinelli wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
All,<br>
I've got an app `myapp` which uses a standard `sys.config` file.<br>
I'd like to test it using Common Tests, with a test configuration file.<br>
<br>
I'm passing the variable `-config test.config` to ct_run.<br>
<br>
However, when I start my app from the Common Test suite<br>
`myapp_SUITE.erl` then the app fails to start because inside the app<br>
`application:get_env(myapp, mykey)` returns `undefined`. I can, however,<br>
read this variable with `ct:get_config({myapp, mykey})`.<br>
<br>
How am I supposed to use a custom `test.config` file that is loaded in<br>
ct_run *and* read by the app itself?<br>
<br>
I've spent almost a day on this and I'm honestly 5 minutes away from<br>
dropping all this in the dustbin and using an external test tool<br>
instead. Please help me stick to Erlang. :)<br>
<br>
r.<br>
<br>
<br>
<br>
<br>
<br></div></div>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Loïc Hoguin<br>
<a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>
</font></span></blockquote></div><br></div>