From e8c0546525af81be6bc8020ac4562cafaeeeab10 Mon Sep 17 00:00:00 2001 From: Feng Date: Mon, 15 Feb 2016 11:45:30 +0800 Subject: [PATCH] comment enunit verbose --- rebar.config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 28837b3f7..e58a8844c 100644 --- a/rebar.config +++ b/rebar.config @@ -11,7 +11,7 @@ {i, "include"}, {src_dirs, ["src"]}]}. -{eunit_opts, [verbose]}. +{eunit_opts, []}. %%verbose {xref_checks, [undefined_function_calls]}. {cover_enabled, true}. @@ -27,9 +27,7 @@ %% comment in 0.13.0 release %% {lib_dirs, ["../"]}. -{sub_dirs, [ - "rel", - "plugins/*/"]}. +{sub_dirs, ["rel", "plugins/*/"]}. {deps, [ {gproc, ".*", {git, "git://github.com/uwiger/gproc.git", {branch, "master"}}},