Commit 9257696c authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

print md5sum even if correct

parent 7c5638ab
......@@ -87,6 +87,8 @@ function run_test_mt9p006($port){
if ($md5sum!=$ref_md5sum){
print("md5sum($i) does not match reference ($ref_md5sum): $md5sum\n");
$test_status = "fail";
}else{
print("md5sum($i) $md5sum ok\n");
}
}
......
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