We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a3077 commit f222e1bCopy full SHA for f222e1b
wait_node
@@ -7,7 +7,8 @@ main([NodeStr, PidFile]) ->
7
{{module, _}, {module, _}} ->
8
ok;
9
_ ->
10
- io:format("Compile with 'make' before running this script~n")
+ io:format("Compile with 'make' before running this script~n"),
11
+ halt(1)
12
end,
13
Node = rabbit_nodes:make(NodeStr),
14
Pid = rabbit_misc:read_pid_file(PidFile, true),
0 commit comments