Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Call explicitly defined rebar_agent:do/1
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Jul 19, 2018
1 parent 14bab26 commit 5113f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rebar3_prv_docsh_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ compile(Project) ->
try
ok = file:set_cwd(ProjectDir),
rebar_agent:start_link(rebar_state:new()),
ok = r3:compile(),
ok = rebar_agent:do(compile),
{ok, ProjectDir}
after
ok = file:set_cwd(Dir)
Expand Down

0 comments on commit 5113f54

Please sign in to comment.