diff options
author | Jared Morrow <jared@basho.com> | 2014-03-11 21:23:16 +0000 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2014-03-11 21:24:19 +0000 |
commit | 415d872730daf58a91b6fbd6d3eac1f015cb9c24 (patch) | |
tree | e8de872fa1f72bad757e1f02a7fee23e136d481a /inttest/tdeps1 | |
parent | 9bb677ed9963ea54096d7223e935cda3b7cebac7 (diff) |
Keep compile recursive and update the tests to not pass -r to compile
Diffstat (limited to 'inttest/tdeps1')
-rw-r--r-- | inttest/tdeps1/tdeps1_rt.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/tdeps1/tdeps1_rt.erl b/inttest/tdeps1/tdeps1_rt.erl index 425402f..a72cc83 100644 --- a/inttest/tdeps1/tdeps1_rt.erl +++ b/inttest/tdeps1/tdeps1_rt.erl @@ -42,7 +42,7 @@ run(_Dir) -> apply_cmds(GitCmds, [{dir, "repo/c"}]), {ok, _} = retest_sh:run("./rebar get-deps", []), - {ok, _} = retest_sh:run("./rebar -r compile", []), + {ok, _} = retest_sh:run("./rebar compile", []), true = filelib:is_regular("ebin/a.beam"), ok. |