Skip to content

Flush stdout and stderr in TCKUtils

Rosen Matev requested to merge flush-tckutils into 2017-patches

Some output is done in a child process, which means we have to proactively flush to prevent interleaving the outputs of the two processes.

This fixes intermittent failures in TCKUtils tests that compare with references.

Edited by Rosen Matev

Merge request reports