rebar/inttest/ct3/rebar.config
Igor Savchuk d5d691d7f7 Fix app.config argument passing when using ct_run (take 2)
ct_run has changed its config key from -ct_config to -config,
thus, -config key, used to specify app.config now must be
placed after -erl_args
2014-12-22 21:36:41 +03:00

2 lines
91 B
Erlang

{ct_dir, "itest"}.
{ct_extra_params, "-repeat 2 -pa converted -erl_args -pa unconverted"}.