updated rebar config to suppress most eunit output

This commit is contained in:
alisdair sullivan 2010-08-07 18:08:31 -07:00
parent eaa4ab4018
commit 55e7f701c7

View file

@ -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]}.