diff --git a/rebar.config b/rebar.config index 187c3a73..b05e1a21 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,8 @@ {xref_checks, [undefined_function_calls]}. {cover_enabled, true}. -{eunit_opts, [verbose]}. +{eunit_opts, [verbose, no_tty, {report, {unite_compact, []}}]}. + {post_hooks, [{clean, "rm -rf *~ */*~ */*.xfm test/*.beam"}]}. @@ -34,7 +35,7 @@ {top_level_readme, {"./README.md", "http://github.com/benoitc/hackney"}}]}]}, {test, [ - {deps, [{cowboy, "1.0.4"}, {jsone, "1.4.3"}]} + {deps, [{cowboy, "1.0.4"}, {jsone, "1.4.3"}, {unite, {git, "git://github.com/binarytemple/unite.git",{branch, "patch-1"}}}]} ]} ]}.