diff options
| author | Tristan Sloughter <t@crashfast.com> | 2015-06-18 18:35:42 -0500 |
|---|---|---|
| committer | Tristan Sloughter <t@crashfast.com> | 2015-06-19 13:59:06 -0500 |
| commit | 4bb2a0c71006784442f285bbfac7559e4be51f67 (patch) | |
| tree | fc440acd698758cb0f1b05347bb4a2d79b097af5 /test | |
| parent | 70dbbf95c24c054514e0ef2ba28c765d33bbf5d7 (diff) | |
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, |
