Skip to content

Commit

Permalink
Assume rsync is readily available
Browse files Browse the repository at this point in the history
  • Loading branch information
lrascao authored Jul 11, 2024
1 parent 733be29 commit e070863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rebar3_appup_plugin_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ init_per_suite(Config) ->
Apps = proplists:get_value(apps, SuiteConfig),
lists:foreach(fun({App, GitUrl, Branch}) ->
git_clone(App, GitUrl, Branch, DataDir),
{ok, _} = sh(io_lib:format("/sbin/rsync -a --exclude='_build' ~s .",
{ok, _} = sh(io_lib:format("rsync -a --exclude='_build' ~s .",
[SrcDir]),
[], DataDir),
RelDir = filename:join([DataDir, App]),
Expand Down

0 comments on commit e070863

Please sign in to comment.