Blob Blame History Raw
From: Peter Lemenkov <lemenkov@gmail.com>
Date: Sat, 23 Apr 2016 18:57:28 +0300
Subject: [PATCH] Disable fancy eunit output

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

diff --git a/rebar.config b/rebar.config
index 4e5fe42e..5d92cc59 100644
--- a/rebar.config
+++ b/rebar.config
@@ -11,12 +11,6 @@
             {platform_define, "^R15", "old_hash"},
             {d, 'TEST_FS2_BACKEND_IN_RIAK_KV'}]}.
 
-{eunit_opts, [
-     no_tty,  %% This turns off the default output, MUST HAVE
-     {report, {eunit_progress, [colored, profile]}} %% Use `profile' to see test timing information
-     %% Uses the progress formatter with ANSI-colored output
-     ]}.
-
 {xref_checks, []}.
 %% XXX yz_kv is here becase Ryan has not yet made a generic hook interface for object modification
 %% XXX yz_stat is here for similar reasons -- we do not yet support dynamic stat hooks