summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rebar_ct.erl1
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 ->