<div dir="ltr"><div><div>Hi all,<br><br></div>Some time ago I was working on some 
project and created Makefile that was running tests. Now it looks like 
something has changed with erlang release since R16 which is version I 
was working on. <br><br>I want to specify config used for test suites 
and it seems like always Config gets values from ERL_OPTS, not CT_OPTS. 
Please see part of Makefile below:<br><br>CT_OPTS= -stylesheet styles/test_categories.css -ct_config test.config -dir tests -logdir ct_report<br>ERL_OPTS=-config app.config -sname $(DEBUG_NODE_NAME) -s lager -s chat_app -s chatest_app -s ct_run script_start -s erlang halt<br>BEAMS_PATH=-pa ebinĀ  -pa ../chatd/ebin -pa ../chatd/deps/lager/ebin<br><br>erl $(INCLUDES) $(BEAMS_PATH) $(ERL_OPTS) $(CT_OPTS)<br clear="all"><br></div>How can I specify config file that is passed to init_per_suite/1, end_per_suite/1 etc functions?<br>Best Regards,<br><br>-- <br><div class="gmail_signature">Konrad.</div>
</div>