Open
Description
If a test formally passes, it does not mean it passes factually. It might be passing while it should not. Then I want to add some debug prints. And I won't see them because .result
file is not left after a successful run.
Another problem is that the file is just empty if the test hangs. Unless I do crutches like printing a too big buffer to cause output flush (but I didn't try that, was only said it could work).