From 4bb2a0c71006784442f285bbfac7559e4be51f67 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 18 Jun 2015 18:35:42 -0500 Subject: Add error message for bad provider hook, fixes #521 --- test/rebar_hooks_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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, -- cgit v1.1