Commit ebe13a96 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #14337 from alalek:ts_flush_stdout

parents 7c1d9fea 64fd1c95
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment