Files
Jeremy Evans 96784f046e Set $stdout.sync = true when running tests
Without this, stdout is buffered, which makes log analysis of the
E2E tests significantly more challenging. Buffered output is also
a pain when you are actively watching the test progress.
2025-07-13 11:09:18 +09:00
..