Minor improvements: reduced verbosity of positioning tests; run.py - filter out non-executables on windows

This commit is contained in:
Andrey Kamaev
2012-04-27 19:13:58 +00:00
parent 1a9758c0a2
commit 95e657714f
2 changed files with 3 additions and 1 deletions

View File

@@ -135,7 +135,7 @@ void CV_VideoPositioningTest::run_test(int method)
continue;
string file_path = src_dir + "video/big_buck_bunny." + ext[i];
printf("\nReading video file in %s...\n", file_path.c_str());
ts->printf(cvtest::TS::LOG, "\nReading video file in %s...\n", file_path.c_str());
CvCapture* cap = cvCreateFileCapture(file_path.c_str());