summaryrefslogtreecommitdiff
path: root/inttest/t_custom_config/custom.config
Commit message (Collapse)AuthorAgeFilesLines
* remove more code that can be brought back later if neededTristan Sloughter2014-08-301-4/+0
|
* inttest: fix whitespace errorsTuncer Ayaz2012-08-181-1/+0
|
* Fix config handling in root_dirTim Watson2011-10-051-0/+4
| | | | | Avoid overwriting custom config (passed with -C) when we are processing the base_dir in rebar_core.
* Respect the --config switch when givenTim Watson2011-08-181-0/+1
Currently the --config switch does not work because when loading a new rebar config the global setting is ignored for all paths. This patch provides a check when loading new rebar config to see whether or not the current config path matches the `base_dir` set in global conf, which produces the expected behaviour.