diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-12-21 14:30:00 -0600 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2014-12-21 14:30:00 -0600 |
commit | 3aeb76c10b7f9311b4070d473f39032996170145 (patch) | |
tree | 3cdd87e1e733d8e0b87f99456b90b3c58872d473 /test/rebar_deps_SUITE.erl | |
parent | 2f5d54aacb7d7183de4e04c184d26dc1ac709368 (diff) | |
parent | 54a41ca6c4fb819aa5adf4883f51d0c785a56be3 (diff) |
Merge pull request #70 from rebar/provider-namespaces
Provider namespaces
Diffstat (limited to 'test/rebar_deps_SUITE.erl')
-rw-r--r-- | test/rebar_deps_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_deps_SUITE.erl b/test/rebar_deps_SUITE.erl index c6f24c0..d67efe4 100644 --- a/test/rebar_deps_SUITE.erl +++ b/test/rebar_deps_SUITE.erl @@ -195,7 +195,7 @@ circular_skip(Config) -> run(Config). run(Config) -> {ok, RebarConfig} = file:consult(?config(rebarconfig, Config)), rebar_test_utils:run_and_check( - Config, RebarConfig, "install_deps", ?config(expect, Config) + Config, RebarConfig, ["install_deps"], ?config(expect, Config) ), check_warnings(warning_calls(), ?config(warnings, Config), ?config(deps_type, Config)). |