Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Teach Test() to abort test if ctrl-C is pressed
This is a bit of a hack, but seems to work very well in practice. You can even resume the test with `return` if you want (but the interrupted line will still lead to diffs). Resolves #1879
- Loading branch information