summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 22:00:28 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 22:00:28 -0500
commit8de7a609ffbfa9e7d1539de3ad420413326b85c0 (patch)
tree64b4696ffc089d5513d7ee39ddb43f36b1037a05 /test
parent2357bdf67f2dd95468f07dea7acfa218e7d0d039 (diff)
fix ct test for new command handling
Diffstat (limited to 'test')
-rw-r--r--test/rebar_compile_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_compile_SUITE.erl b/test/rebar_compile_SUITE.erl
index 8efdc99..f9f79af 100644
--- a/test/rebar_compile_SUITE.erl
+++ b/test/rebar_compile_SUITE.erl
@@ -43,7 +43,7 @@ build_basic_app(Config) ->
ConfigFile = filename:join([AppDir, "rebar.config"]),
write_config(ConfigFile, []),
- rebar3:run(rebar_state:new(State, [], AppDir), ["compile"]),
+ rebar3:run(rebar_state:new(State, [], AppDir), "compile"),
%% Verify app was built
[App] = rebar_app_discover:find_apps([AppDir]),