Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FileStream: enable automatic flushing
when a test executable is killed by a signal (e.g. when executed by ctest with timeout), the reporter files are not flushed. this can lead to incomplete (or empty) report files. to avoid this we enable automatic flushing via `std::unitbuf` compare #663
- Loading branch information