diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:18:36 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:18:36 -0500 |
| commit | b0ffedc07963e589b413e8406ce638b189c9843f (patch) | |
| tree | 3d61735d0543bf1671e660b2ba6e3ac384733e5d /test | |
| parent | 064ca0e5e224d0adbbcf19a84a7d082ffdf9e604 (diff) | |
| download | rabbitmq-server-git-b0ffedc07963e589b413e8406ce638b189c9843f.tar.gz | |
spelling: output
Diffstat (limited to 'test')
| -rw-r--r-- | test/rabbitmqctl_shutdown_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rabbitmqctl_shutdown_SUITE.erl b/test/rabbitmqctl_shutdown_SUITE.erl index 0debfde2b6..b4279c6032 100644 --- a/test/rabbitmqctl_shutdown_SUITE.erl +++ b/test/rabbitmqctl_shutdown_SUITE.erl @@ -111,7 +111,7 @@ node_is_running(Node) -> shutdown_ok(Node) -> %% Start a command {stream, Stream} = rabbit_ct_broker_helpers:control_action(shutdown, Node, []), - %% Execute command steps. Each step will ouput a binary string + %% Execute command steps. Each step will output a binary string Lines = 'Elixir.Enum':to_list(Stream), ct:pal("Command output ~p ~n", [Lines]), [true = is_binary(Line) || Line <- Lines], |
