Commit 4bf82e50 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #4187 from SpecLad:chessboard-png

parents 707d10f1 2e86d46c
...@@ -110,11 +110,7 @@ void CV_ChessboardDetectorTimingTest::run( int start_from ) ...@@ -110,11 +110,7 @@ void CV_ChessboardDetectorTimingTest::run( int start_from )
if( !img ) if( !img )
{ {
ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename ); ts->printf( cvtest::TS::LOG, "one of chessboard images can't be read: %s\n", filename );
if( max_idx == 1 ) code = cvtest::TS::FAIL_MISSING_TEST_DATA;
{
code = cvtest::TS::FAIL_MISSING_TEST_DATA;
goto _exit_;
}
continue; continue;
} }
......
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