summaryrefslogtreecommitdiff
path: root/src/rebar_prv_common_test.erl
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 12:05:00 -0800
committeralisdair sullivan <alisdairsullivan@yahoo.ca>2015-03-03 12:05:00 -0800
commit434c6628162750fbe6074096260d9a30053456c8 (patch)
tree9973c62b4980aca9f48653c2e8c4a3830b24ce61 /src/rebar_prv_common_test.erl
parent993a9efa58e68799ac84f7b2b02eac6bc0fb5453 (diff)
rename `_logs` and `_cover` dirs to `logs` and `cover`, respectively
Diffstat (limited to 'src/rebar_prv_common_test.erl')
-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 18969b3..b12ffde 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(["_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