ts: flush stdout/stderr before test launch
This commit is contained in:
parent
169dc9c311
commit
64fd1c95a5
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user