commented out verbose mode for eunit tests

This commit is contained in:
alisdair sullivan 2010-08-11 19:30:30 -07:00
parent dfe880e09f
commit 0c15ac0baf

View file

@ -3,4 +3,4 @@
{eunit_compile_opts, [{d, test}, {d, eunit_test_path, "../test/cases"}]}.
%% uncomment to get verbose output from test suite
{eunit_opts, [verbose]}.
%% {eunit_opts, [verbose]}.