commented out verbose mode for eunit tests
This commit is contained in:
parent
dfe880e09f
commit
0c15ac0baf
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
||||||
{eunit_compile_opts, [{d, test}, {d, eunit_test_path, "../test/cases"}]}.
|
{eunit_compile_opts, [{d, test}, {d, eunit_test_path, "../test/cases"}]}.
|
||||||
|
|
||||||
%% uncomment to get verbose output from test suite
|
%% uncomment to get verbose output from test suite
|
||||||
{eunit_opts, [verbose]}.
|
%% {eunit_opts, [verbose]}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue