rebar_ct: ?DEBUG log ct_run command

This commit is contained in:
Tuncer Ayaz 2012-09-02 21:49:18 +02:00
parent f460eb14bc
commit d22a2bb81f

View file

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