mirror of
https://github.com/correl/rebar.git
synced 2025-02-20 03:13:17 +00:00
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
2 lines
91 B
Erlang
2 lines
91 B
Erlang
{ct_dir, "itest"}.
|
|
{ct_extra_params, "-repeat 2 -pa converted -erl_args -pa unconverted"}.
|