Commit ca09aca5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

print md5sum even if correct

parent 5657c012
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");
        }
    }