Browse Source

Increase eunit print_depth

Sergey Prokhorov 2 years ago
parent
commit
ccee96bf2a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rebar.config

+ 2 - 1
rebar.config

@@ -42,7 +42,8 @@
     }
 ]}.
 
-{eunit_opts, [{report, {eunit_progress, [colored, profile]}}]}.
+{eunit_opts, [{report, {eunit_progress, [colored, profile]}},
+              {print_depth, 100}]}.
 {eunit_compile_opts, [export_all]}.
 
 {ct_opts, []}.