mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
71929f737b
Currently, a Ctrl+c starts a graceful shutdown of the tests and runner. Sometimes tests get stuck and this would never complete. This simply adds an extra step, if Ctrl+c is given for the second time, just `os.exit` right away.