summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
diff options
context:
space:
mode:
authorJared Morrow <jared@basho.com>2013-12-16 12:47:16 -0800
committerJared Morrow <jared@basho.com>2013-12-16 12:47:16 -0800
commitfbc51c0a8c9b1ceca807b7a5a60e8503bc47b308 (patch)
tree0e6a145f0f4c68683a42917d5abbde82bc7bb5a3 /src/rebar_eunit.erl
parentad1da88a07a207bf6974d0fca7db4c5ac3bb51d0 (diff)
parent277a10cd3b10a885b35ba9b75b85398870525658 (diff)
Merge pull request #184 from tuncer/logging
Fix log levels
Diffstat (limited to 'src/rebar_eunit.erl')
-rw-r--r--src/rebar_eunit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index d39b1a2..6ea28f7 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -408,7 +408,7 @@ perform_eunit(Config, Tests) ->
get_eunit_opts(Config) ->
%% Enable verbose in eunit if so requested..
- BaseOpts = case rebar_config:is_verbose(Config) of
+ BaseOpts = case rebar_log:is_verbose(Config) of
true ->
[verbose];
false ->