summaryrefslogtreecommitdiff
path: root/src/rebar_ct.erl
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2009-12-14 08:58:22 -0500
committerDave Smith <dizzyd@dizzyd.com>2009-12-14 08:58:22 -0500
commitd6600ab506276f3a5aa65b0aaafc62bc7826c213 (patch)
treeafc2a24743a7d5383be752e55a4b2eb0b346592a /src/rebar_ct.erl
parent2b7971cc6bb672422c4c9681f4192dd554443014 (diff)
Fixing number of warnings and buglets
Diffstat (limited to 'src/rebar_ct.erl')
-rw-r--r--src/rebar_ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_ct.erl b/src/rebar_ct.erl
index 007e09f..b4f3612 100644
--- a/src/rebar_ct.erl
+++ b/src/rebar_ct.erl
@@ -131,7 +131,7 @@ show_log(RawLog) ->
ok
end.
-make_cmd(TestDir, Config) ->
+make_cmd(TestDir, _Config) ->
{ok, Cwd} = file:get_cwd(),
LogDir = filename:join(Cwd, "logs"),
Ebin = filename:join(Cwd, "ebin"),