From bacde15b48a3b4d6594777dd040430ae611f09e5 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 7 May 2015 09:58:32 -0500 Subject: include debug_info when running tests of rebar3 --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index d987fcb..876f725 100644 --- a/rebar.config +++ b/rebar.config @@ -42,9 +42,9 @@ {profiles, [{test, [{deps, [ {meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}} - ]} - ] - }, + ]}, + {erl_opts, [debug_info]} + ]}, %% We don't want erlydtl to attempt to run on the first compile pass to bootstrap {bootstrap, []} -- cgit v1.1