summaryrefslogtreecommitdiff
path: root/test/rebar_hooks_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix shell hook expansion on windowsFred Hebert2018-10-181-3/+3
| | | | | | | | | | | Dollar Variable expansion (`$VAR`) was inadvertently disabled for windows variables, although %VARIABLES% already worked. This reduced the portability of hooks in general. Additionally, tests would fail on windows due to bad quoting of paths: the path C:/a/b/c would fail when passed to the command `cmd /q /c C:/a/b/c` because it would interpret /a /b and /c as 3 options. Using quotes makes the tests pass.
* properly support top level app erl_opts from REBAR_CONFIG os var (#1889)Tristan Sloughter2018-09-211-18/+47
| | | | | | When REBAR_CONFIG was set it would not effect the top level app's configuration because app_discover was rereading the top level rebar.config which ignored REBAR_CONFIG. Instead this patch has it use the existing configuration from REBAR_CONFIG.
* run compile provider in default namespace from bareTristan Sloughter2018-06-081-1/+18
|
* add test for provider_hook cleanCarl-Johan Kjellander2018-01-191-2/+25
|
* reset hooks under profiles for application optsTristan Sloughter2017-06-021-2/+16
|
* add test for new hook functionTristan Sloughter2016-02-281-1/+21
|
* hooks/artifacts are always run/resolved from an app unless at top of umbrellaTristan Sloughter2015-09-061-4/+18
|
* Fix rebar_hooks_SUITE:run_hooks_for_plugins/1Viacheslav Kovalev2015-06-261-1/+1
| | | | Test required `touch` utility to present on user's machine. Remove this dependency.
* Add error message for bad provider hook, fixes #521Tristan Sloughter2015-06-191-1/+1
|
* add artifact testTristan Sloughter2015-06-021-1/+29
|
* run hooks when building pluginsTristan Sloughter2015-05-211-1/+29
|
* Initialize namespace in rebar_state with default value.Viacheslav Kovalev2015-05-221-3/+27
|
* Properly reset hooks for single-app projectViacheslav V. Kovalev2015-05-211-2/+13
|
* fix find_apps when searching for invalid appsTristan Sloughter2015-02-021-1/+2
|
* add hook SUITE testsTristan Sloughter2015-01-311-0/+37