Browse Source

rebar_ct: ?DEBUG log ct_run command

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
d22a2bb81f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/rebar_ct.erl

+ 1
- 0
src/rebar_ct.erl View File

@ -71,6 +71,7 @@ run_test_if_present(TestDir, LogDir, Config, File) ->
run_test(TestDir, LogDir, Config, _File) ->
{Cmd, RawLog} = make_cmd(TestDir, LogDir, Config),
?DEBUG("ct_run cmd:~n~p~n", [Cmd]),
clear_log(LogDir, RawLog),
Output = case rebar_config:is_verbose(Config) of
false ->

Loading…
Cancel
Save