aboutsummaryrefslogtreecommitdiffstats
path: root/test/rclt_command_SUITE.erl
AgeCommit message (Collapse)Author
2013-05-09Basic file rename from rcl to rlxEric
2013-04-30support the full range of possible arguments in the programmatic apiEric B Merritt
2013-04-09fixes #29 - look for common sub dirs for discoveryEric B Merritt
With this change relcool looks for the common sub directories to add to the search. Those directories are now, relative to the project dir, `apps`, `lib`, `ebin`, and the release output dir. These automatic subdirs can be disabled by setting `disable_project_subdirs` to `true` in the config. The release output dir is also added to the discovery process. This can be disabled by setting `disable_discover_release_output` to true.
2013-01-24convert relcool to take a config as a opt argumentEric
adds `-c <config-file>` or `--config <config-file>` instead of passing the config file as an argument.
2013-01-24fix and normalize module headersEric
2012-12-30only allow relcool to take a single configEric
2012-12-10if no config is specified search for a `relcool.config` in the pathEric
2012-10-24fix bug in goal parsing and handlingEric
Signed-off-by: Jordan Wilberding <[email protected]>
2012-09-18make sure errors carry the name of the module that created themEric
This allows errors to be printed at the source
2012-09-10add config validation support to the systemEric
2012-09-09full argument parsing and management capabilityEric