summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2025-05-01 13:36:24 +0900
committerYusuke Endoh <[email protected]>2025-05-01 14:08:33 +0900
commit1c89b1ec6040f0b4ab6d1f7e3a7b5b4b0c459dd4 ()
treed24d397b77203224ccdb7075498c7db27d68ade6 /tool
parent994dadfbf4d090e73f996bafcc9d3d64892a57c6 (diff)
Reset `GC.stress` to avoid slow coverage processing during process exit
Notes: Merged: https://.com/ruby/ruby/pull/13224
-rw-r--r--tool/test-coverage.rb4
1 files changed, 4 insertions, 0 deletions
@@ -114,6 +114,10 @@ pid = $$
pwd = Dir.pwd
at_exit do
exit_exc = $!
Dir.chdir(pwd) do