The forked build process should never run at_exit handlers
We don't use at_exit anywhere that matters, but the test framework does.
This commit is contained in:
parent
bae31c0b9e
commit
c07da9485f
@ -17,7 +17,9 @@ module Utils
|
|||||||
rescue Exception => e
|
rescue Exception => e
|
||||||
Marshal.dump(e, write)
|
Marshal.dump(e, write)
|
||||||
write.close
|
write.close
|
||||||
exit! 1
|
exit!
|
||||||
|
else
|
||||||
|
exit!(true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user