comment enunit verbose

This commit is contained in:
Feng 2016-02-15 11:45:30 +08:00
parent dfc2c7c79d
commit e8c0546525
1 changed files with 2 additions and 4 deletions

View File

@ -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"}}},