git diff --exit-code t_convert_image/float_result.tsv 2>&1 >$LOG||{cat$LOG;echo"ERROR: The result of $test/float_result.tsv is not the one expected";exit 3;}
git diff --exit-code t_convert_image/float_result.tsv 2>&1 >$LOG||{cat$LOG;echo"ERROR: The result of t_convert_image/float_result.tsv is not the one expected";exit 3;}
git diff --exit-code t_convert_image/uchar_result.tsv 2>&1 >$LOG||{cat$LOG;echo"ERROR: The result of $test/uchar_result.tsv is not the one expected";exit 3;}
git diff --exit-code t_convert_image/uchar_result.tsv 2>&1 >$LOG||{cat$LOG;echo"ERROR: The result of t_convert_image/uchar_result.tsv is not the one expected";exit 3;}