mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
inttest/ct2: enable rebar DEBUG log level
This commit is contained in:
parent
d22a2bb81f
commit
0adf3d2461
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
%%
|
||||
|
|
Loading…
Reference in a new issue