1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Return status code correctly when running tests.

This commit is contained in:
Tobias Svensson 2013-09-17 12:43:38 +01:00
parent 3a257cc412
commit c1ae7e65d5

View file

@ -66,7 +66,7 @@ class Sidetiq::TestCase < MiniTest::Test
end
end
# Override Celluloid's at_exit hook.
# Override Celluloid's at_exit hook manually.
at_exit {
Minitest.run ARGV
exit Minitest.run(ARGV) || false
}