Skip to content

Commit

Permalink
Make eunit verbose to help find failures
Browse files Browse the repository at this point in the history
Signed-off-by: Marc A. Paradise <[email protected]>
  • Loading branch information
marcparadise committed Aug 28, 2017
1 parent 376a41a commit 34fb1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/oc_erchef/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

{cover_enabled, true}.
{cover_print_enabled, true}.
{eunit_opts, [verbose]}.

{erl_opts, [
{d, 'OC_CHEF'},
Expand Down

0 comments on commit 34fb1ec

Please sign in to comment.