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