rebar/inttest/t_custom_config/custom.config
Tim Watson 30d1cdb31b Fix config handling in root_dir
Avoid overwriting custom config (passed with -C) when we are processing
the base_dir in rebar_core.
2011-10-05 13:49:27 +02:00

5 lines
63 B
Text

{deps, [
{boo, "."}
]}.
{erl_opts, [warnings_as_errors]}.