rebar/inttest/ct3/app.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
92 B
Text

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