From 55e7f701c78605b4b2d631457fa6f762c3d03e0b Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sat, 7 Aug 2010 18:08:31 -0700 Subject: [PATCH] updated rebar config to suppress most eunit output --- rebar.config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index cc78b03..acda5f1 100644 --- a/rebar.config +++ b/rebar.config @@ -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]}. \ No newline at end of file + +%% uncomment to get verbose output from test suite +%% {eunit_opts, [verbose]}.