75578ec
From: Peter Lemenkov <lemenkov@gmail.com>
75578ec
Date: Thu, 7 Apr 2022 12:42:59 +0200
75578ec
Subject: [PATCH] Disable erlang-unite (test output highlighting)
75578ec
75578ec
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
75578ec
75578ec
diff --git a/rebar.config b/rebar.config
75578ec
index c9bbd31..fcfaeef 100644
75578ec
--- a/rebar.config
75578ec
+++ b/rebar.config
75578ec
@@ -5,8 +5,8 @@
75578ec
 
75578ec
 {profiles, [
75578ec
     {test, [
75578ec
-        {deps, [unite]},
75578ec
-        {eunit_opts, [no_tty, {report, {unite_compact, []}}]},
75578ec
+        {deps, []},
75578ec
+        {eunit_opts, [no_tty]},
75578ec
         {erl_opts, [debug_info]},
75578ec
         {cover_enabled, true},
75578ec
         {cover_opts, [verbose]}