Skip to content

Commit

Permalink
inttest/ct2: enable rebar DEBUG log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Sep 3, 2012
1 parent d22a2bb commit 0adf3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inttest/ct2/ct2_rt.erl
Expand Up @@ -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.

%%
Expand Down

0 comments on commit 0adf3d2

Please sign in to comment.