comment enunit verbose
This commit is contained in:
parent
dfc2c7c79d
commit
e8c0546525
|
@ -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"}}},
|
||||
|
|
Loading…
Reference in New Issue