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:
parent
3a257cc412
commit
c1ae7e65d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue