From 0c15ac0baf0d76507378b222c4c5c86a7913a0d6 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Wed, 11 Aug 2010 19:30:30 -0700 Subject: [PATCH] commented out verbose mode for eunit tests --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 0aac6f7..557cb43 100644 --- a/rebar.config +++ b/rebar.config @@ -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]}.