mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
rebar_eunit: fix typo
This commit is contained in:
parent
8f3873e061
commit
5d6b82390f
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ cover_close(F) ->
|
|||
cover_init(false, _BeamFiles) ->
|
||||
{ok, not_enabled};
|
||||
cover_init(true, BeamFiles) ->
|
||||
%% Attempt to start the cover server, then set it's group leader to
|
||||
%% Attempt to start the cover server, then set its group leader to
|
||||
%% ?EUNIT_DIR/cover.log, so all cover log messages will go there instead of
|
||||
%% to stdout. If the cover server is already started we'll reuse that
|
||||
%% pid.
|
||||
|
|
Loading…
Reference in a new issue