summaryrefslogtreecommitdiff
path: root/inttest/ct2
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-09-03 11:40:18 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-09-03 11:41:41 +0200
commit0adf3d2461beb0a77978c9b45190947b9b5a608e (patch)
tree91dcf3962b24f860476fec77d75c5a43be3f406f /inttest/ct2
parentd22a2bb81f5a04db02b1998a1414d53dbd831c05 (diff)
inttest/ct2: enable rebar DEBUG log level
Diffstat (limited to 'inttest/ct2')
-rw-r--r--inttest/ct2/ct2_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/ct2/ct2_rt.erl b/inttest/ct2/ct2_rt.erl
index 2b14ff9..3b81f13 100644
--- a/inttest/ct2/ct2_rt.erl
+++ b/inttest/ct2/ct2_rt.erl
@@ -10,7 +10,7 @@ files() ->
{copy, "foo_SUITE.erl", "test/foo_SUITE.erl"}].
run(_Dir) ->
- {ok, _} = retest:sh("./rebar compile ct -v"),
+ {ok, _} = retest:sh("./rebar compile ct -vvv"),
ok.
%%