diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-09-02 21:49:18 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-09-03 11:40:53 +0200 |
commit | d22a2bb81f5a04db02b1998a1414d53dbd831c05 (patch) | |
tree | 39aade32e036902b0f67a8b06e89bcb4f7c2e21f | |
parent | f460eb14bc4653ebd0660c85c65a91603c0ef12b (diff) |
rebar_ct: ?DEBUG log ct_run command
-rw-r--r-- | src/rebar_ct.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_ct.erl b/src/rebar_ct.erl index 0cc9a0d..6fd5bc7 100644 --- a/src/rebar_ct.erl +++ b/src/rebar_ct.erl @@ -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 -> |