diff options
author | Eric <[email protected]> | 2012-12-10 15:01:58 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-12-10 15:07:24 -0500 |
commit | 8229c7b27f20198b18b1eb67b9b8247282404331 (patch) | |
tree | 3aab60187a7d011be1775aaf8d162b567f982cb0 /rebar.config | |
parent | 7417cd704fa5e2cb30cfc31e53a74963a06f658c (diff) | |
download | relx-8229c7b27f20198b18b1eb67b9b8247282404331.tar.gz relx-8229c7b27f20198b18b1eb67b9b8247282404331.tar.bz2 relx-8229c7b27f20198b18b1eb67b9b8247282404331.zip |
turn off verbosity in tests
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 2b2f0b3..3294d13 100644 --- a/rebar.config +++ b/rebar.config @@ -21,7 +21,7 @@ %% EUnit ======================================================================= {eunit_opts, - [verbose, {report, {eunit_surefire, [{dir, "."}]}}]}. + [{report, {eunit_surefire, [{dir, "."}]}}]}. {cover_enabled, true}. {cover_print_enabled, true}. |