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_compile_SUITE.erl | |
parent | 2f5d54aacb7d7183de4e04c184d26dc1ac709368 (diff) | |
parent | 54a41ca6c4fb819aa5adf4883f51d0c785a56be3 (diff) |
Merge pull request #70 from rebar/provider-namespaces
Provider namespaces
Diffstat (limited to 'test/rebar_compile_SUITE.erl')
-rw-r--r-- | test/rebar_compile_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_compile_SUITE.erl b/test/rebar_compile_SUITE.erl index 83b868d..03f9c1f 100644 --- a/test/rebar_compile_SUITE.erl +++ b/test/rebar_compile_SUITE.erl @@ -33,5 +33,5 @@ build_basic_app(Config) -> Vsn = rebar_test_utils:create_random_vsn(), rebar_test_utils:create_app(AppDir, Name, Vsn, [kernel, stdlib]), - rebar_test_utils:run_and_check(Config, [], "compile", {ok, [{app, Name}]}). + rebar_test_utils:run_and_check(Config, [], ["compile"], {ok, [{app, Name}]}). |