Skip to content

Commit

Permalink
wip 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoguin committed Sep 17, 2024
1 parent 5857bc0 commit 219450c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbitmq_ct_helpers/src/rabbit_ct_vm_helpers.erl
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ download_dirs(Config) ->
?MODULE,
prepare_dirs_to_download_archives,
[Config]),
inets:start(),
_ = inets:start(),
download_dirs(Config, ConfigsPerCTPeer).

download_dirs(_, [{skip, _} = Error | _]) ->
Expand Down Expand Up @@ -964,7 +964,7 @@ add_archive_to_list(Config, Archive) ->
start_http_server(Config) ->
PrivDir = ?config(priv_dir, Config),
{ok, Hostname} = inet:gethostname(),
inets:start(),
_ = inets:start(),
Options = [{port, 0},
{server_name, Hostname},
{server_root, PrivDir},
Expand Down

0 comments on commit 219450c

Please sign in to comment.