Skip to content

Commit

Permalink
spec:testnode: use Process.exit instead of shutdown naively copied fr…
Browse files Browse the repository at this point in the history
…om ruby doc
  • Loading branch information
niamster committed Nov 25, 2014
1 parent 73f9bfb commit 63cb29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/test_node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
DCell.start options

Signal.trap("TERM") do
shutdown
Process.exit 0
end

class TestActor
Expand Down

0 comments on commit 63cb29e

Please sign in to comment.