diff options
author | David Reid <dreid@dreid.org> | 2011-08-03 11:28:33 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2011-08-05 10:04:14 -0700 |
commit | 0edf52b5399baf68fbb158c9cb7d9ca06010d8f7 (patch) | |
tree | 71e8b6a4eb96e1c1a9137e5df4ee31e0269c584f /test/rebar_eunit_tests.erl | |
parent | 3e4138537f089c8c1a5e5f9173603569aa012eca (diff) |
Redirect cover module output to .eunit/cover.log
The cover module calls io:format and io:fwrite directly for several types of
informational messages and warnings. When using meck to mock covered modules
these warnings are triggered and can cause severe polution of the test output.
We can avoid this by starting cover explicitly then setting the group_leader
of that process to a file handle.
Diffstat (limited to 'test/rebar_eunit_tests.erl')
0 files changed, 0 insertions, 0 deletions