From 1363ba30381e3f40bddc134fc8415d6569a32ec3 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sat, 14 Jun 2014 18:25:38 +0200 Subject: Wrap cover:stop() call as rebar_cover_utils:exit/0 --- src/rebar_eunit.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_eunit.erl') 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 -> -- cgit v1.1