Skip to content

Commit

Permalink
Use new loop function in cluster_commands_SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Aug 17, 2021
1 parent ba34529 commit c41690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion big_tests/tests/cluster_commands_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ run_interactive(Cmd, Response, Timeout) ->
Port = erlang:open_port({spawn, Cmd}, [exit_status]),
%% respond to interactive question (yes/no)
Port ! {self(), {command, Response}},
ejabberdctl_helper:loop(Cmd, Port, [], Timeout).
ejabberdctl_helper:loop(Cmd, [], Port, [], Timeout).

nodes_clustered(#{node := Node1Name} = Node1, #{node := Node2Name} = Node2, ShouldBe) ->
DbNodes1 = distributed_helper:rpc(Node1, mnesia, system_info, [db_nodes]),
Expand Down

0 comments on commit c41690e

Please sign in to comment.