ts: flush stdout/stderr before test launch

This commit is contained in:
Alexander Alekhin 2019-04-13 21:08:06 +00:00
parent 169dc9c311
commit 64fd1c95a5

View File

@ -755,6 +755,7 @@ static uint64_t memory_usage_base_opencl = 0;
void testSetUp()
{
fflush(stdout); fflush(stderr);
cv::ipp::setIppStatus(0);
cv::theRNG().state = cvtest::param_seed;
cv::setNumThreads(cvtest::testThreads);