updated rebar config to suppress most eunit output
This commit is contained in:
parent
eaa4ab4018
commit
55e7f701c7
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
%% edit `path` to change target directory for tests
|
||||
%% edit `path` value to change target directory for tests
|
||||
{eunit_compile_opts, [{d, test}, {d, path, "./test/cases/"}]}.
|
||||
{eunit_opts, [verbose]}.
|
||||
|
||||
%% uncomment to get verbose output from test suite
|
||||
%% {eunit_opts, [verbose]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue