diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-06-19 16:43:19 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-06-19 16:43:19 -0400 |
commit | 8bd24214cbcc7d68514bee43d736837e2de84808 (patch) | |
tree | fc440acd698758cb0f1b05347bb4a2d79b097af5 /test | |
parent | 70dbbf95c24c054514e0ef2ba28c765d33bbf5d7 (diff) | |
parent | 4bb2a0c71006784442f285bbfac7559e4be51f67 (diff) |
Merge pull request #522 from tsloughter/hooks_error
Add error message for bad provider hook, fixes #521
Diffstat (limited to 'test')
-rw-r--r-- | test/rebar_hooks_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_hooks_SUITE.erl b/test/rebar_hooks_SUITE.erl index 3908ca1..ec5cc9a 100644 --- a/test/rebar_hooks_SUITE.erl +++ b/test/rebar_hooks_SUITE.erl @@ -62,7 +62,7 @@ escriptize_artifacts(Config) -> ]), {ok, RConf} = file:consult(RConfFile), - try rebar_test_utils:run_and_check(Config, RConf, ["compile"], []) + try rebar_test_utils:run_and_check(Config, RConf, ["compile"], return) catch {error, {rebar_prv_compile, |