summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 15:33:06 -0800
committeralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 15:54:50 -0800
commit945eb364eeb0cb6a41f65f7f72534a8c6ed03108 (patch)
treefe5dc6ef7df2482145fdc2a0397c4912537a24e3 /src
parent5fb6bc680a153766184f1f4f9f30b5cc9484d98d (diff)
include full path in pointer to `ct` output
Diffstat (limited to 'src')
-rw-r--r--src/rebar_prv_common_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl
index b12ffde..82c0613 100644
--- a/src/rebar_prv_common_test.erl
+++ b/src/rebar_prv_common_test.erl
@@ -75,7 +75,7 @@ run_test(CTOpts, false) ->
receive Result -> handle_quiet_results(CTOpts, Result) end.
ct_opts(_State) ->
- DefaultLogsDir = filename:join(["_build", "logs"]),
+ DefaultLogsDir = filename:join([rebar_dir:get_cwd(), "_build", "logs"]),
[{dir, undefined, "dir", string, help(dir)}, %% comma-seperated list
{suite, undefined, "suite", string, help(suite)}, %% comma-seperated list
{group, undefined, "group", string, help(group)}, %% comma-seperated list