Skip to content

Commit e60fe36

Browse files
wuhkuhJosé Valim
authored andcommitted
Fix release RPC tests (#9253)
1 parent f5735eb commit e60fe36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/test/mix/tasks/release_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,11 @@ defmodule Mix.Tasks.ReleaseTest do
281281
open_port(script, ['start'])
282282
wait_until_decoded(Path.join(root, "RELEASE_BOOTED"))
283283
assert System.cmd(script, ["rpc", "ReleaseTest.hello_world"]) == {"hello world\n", 0}
284-
assert System.cmd(script, ["stop"]) == {"", 0}
285284

286285
assert {pid, 0} = System.cmd(script, ["pid"])
287286
assert pid != "\n"
287+
288+
assert System.cmd(script, ["stop"]) == {"", 0}
288289
end)
289290
end)
290291
end

0 commit comments

Comments
 (0)