summaryrefslogtreecommitdiff
path: root/inttest/depplugins
diff options
context:
space:
mode:
Diffstat (limited to 'inttest/depplugins')
-rw-r--r--inttest/depplugins/depplugins_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/depplugins/depplugins_rt.erl b/inttest/depplugins/depplugins_rt.erl
index a45fa93..686d719 100644
--- a/inttest/depplugins/depplugins_rt.erl
+++ b/inttest/depplugins/depplugins_rt.erl
@@ -39,7 +39,7 @@ files() ->
].
run(_Dir) ->
- ?assertMatch({ok, _}, retest_sh:run("./rebar compile", [])),
+ ?assertMatch({ok, _}, retest_sh:run("./rebar -r compile", [])),
?assertEqual(true, filelib:is_regular("base_dir_cwd_pre.compile")),