Skip to content
Snippets Groups Projects
Commit c07da948 authored by Jack Nagel's avatar Jack Nagel
Browse files

The forked build process should never run at_exit handlers

We don't use at_exit anywhere that matters, but the test framework does.
parent bae31c0b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@ module Utils
rescue Exception => e
Marshal.dump(e, write)
write.close
exit! 1
exit!
else
exit!(true)
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment