summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 10:18:49 -0800
committeralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 10:18:49 -0800
commit993a9efa58e68799ac84f7b2b02eac6bc0fb5453 (patch)
treea3f9bec26143c9f7b9d108175c3e00a84217b608 /src/rebar_prv_common_test.erl
parentf161cd90c6033bb20f04473d10a2d963c4425424 (diff)
move `_logs` and `_cover` to `_build` dir
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-rw-r--r--src/rebar_prv_common_test.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl
index 032a8a6..18969b3 100644
--- a/src/rebar_prv_common_test.erl
+++ b/src/rebar_prv_common_test.erl
@@ -74,8 +74,8 @@ run_test(CTOpts, false) ->
end),
receive Result -> handle_quiet_results(CTOpts, Result) end.
-ct_opts(State) ->
- DefaultLogsDir = filename:join([rebar_state:dir(State), "_logs"]),
+ct_opts(_State) ->
+ DefaultLogsDir = filename:join(["_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