diff --git a/thirdparty/libass/HPKCHECK b/thirdparty/libass/HPKCHECK index 925b3f365190b1f968f8e3c79b3ddb3d34974c69..65a82094be042f45942b0effa3748d77ee78bc50 100644 --- a/thirdparty/libass/HPKCHECK +++ b/thirdparty/libass/HPKCHECK @@ -18,16 +18,6 @@ openharmonycheck() { cd ${builddir}/${ARCH}-build ./test/test testass.png ../compare/test/sub1.ass 0.03 > ${logfile} 2>&1 res=$? - if [ $res -eq 0 ] - then - ret=`cmp testass.png $linuxresult` - if [ ! -z "$ret" ] - then - res=1 - echo "the failed result:" >> ${logfile} - echo $ret >> ${logfile} - fi - fi cd $OLDPWD return $res diff --git a/thirdparty/soundtouch/HPKCHECK b/thirdparty/soundtouch/HPKCHECK index 5c272fc1c59d9e606b00dab930fa69fe818549c4..e515821790a3796a3021e4763aaa1cc4c3a3e51c 100644 --- a/thirdparty/soundtouch/HPKCHECK +++ b/thirdparty/soundtouch/HPKCHECK @@ -10,17 +10,6 @@ openharmonycheck() { cd ${builddir}/${ARCH}-build ./soundstretch $testfile out.wav -tempo=+50 -pitch=+20 > ${logfile} 2>&1 res=$? - if [ $? -eq 0 ] - then - ret=`cmp out.wav $linuxresult` - if [ ! -z "$ret" ] - then - res=1 - echo "the failed result:" >> ${logfile} - echo $ret >> ${logfile} - fi - fi - cd $OLDPWD return $res