summaryrefslogtreecommitdiff
path: root/src/rebar_eunit.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2014-06-14 18:25:38 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2014-06-14 19:23:45 +0200
commit1363ba30381e3f40bddc134fc8415d6569a32ec3 (patch)
tree33d689726f7a6cd8fb41913abe3f4a6f2d1a3b26 /src/rebar_eunit.erl
parent8fea315b0bfe120d8177c16bda2a6ee3e1343ac0 (diff)
Wrap cover:stop() call as rebar_cover_utils:exit/0
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 faa6228..a5b7b00 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -182,7 +182,7 @@ run_eunit(Config, CodePath, SrcErls) ->
%% Stop cover to clean the cover_server state. This is important if we want
%% eunit+cover to not slow down when analyzing many Erlang modules.
- ok = cover:stop(),
+ ok = rebar_cover_utils:exit(),
case EunitResult of
ok ->