rebar/inttest/ct3/app.config
Igor Savchuk bc46b501d0 Fix app.config argument passing when using ct_run
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-11-28 16:48:47 +03:00

2 lines
92 B
Text

%% This file is an application config file, not a CT test config file
[{a1, [{foo, bar}]}].