Merge pull request #1628 from mstorsjo/fix-tests
Fix binary comparison scripts and tables
This commit is contained in:
commit
812b57c704
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -325,12 +325,11 @@ runSingleCasePostAction()
|
||||
${TargetBitstreamSize}, ${BenchmarkBitstreamSize}, ${TargetYUVSize}, ${BenchmarkYUVSize},\
|
||||
${CaseInfo}, ${EncoderCommand} "
|
||||
echo "${PassStatusInfo}">>${AllCasePassStatusFile}
|
||||
if [ "$DiffFlag" = "0:passed!" ]
|
||||
if [ "$DiffFlag" != "0:passed!" ]
|
||||
then
|
||||
echo "${TargetSHA1}, ${TargetMD5},${TargetBitstreamSize}, ${TargetYUVSize},${CaseInfo}">>${UpdateSHA1TableFile}
|
||||
else
|
||||
echo "${PassStatusInfo}">>${UnpassCaseFile}
|
||||
fi
|
||||
echo "${TargetSHA1}, ${TargetMD5},${TargetBitstreamSize}, ${TargetYUVSize},${CaseInfo}">>${UpdateSHA1TableFile}
|
||||
./run_SafeDelete.sh ${BitstreamTarget} >>${AllCaseConsoleLogFile}
|
||||
}
|
||||
#usage runOutputPassNum
|
||||
|
@ -110,7 +110,7 @@ runPostAction()
|
||||
|
||||
if [ ${TestType} = "TravisTest" ]
|
||||
then
|
||||
if [-d ${FinalResultDir} ]
|
||||
if [ -d ${FinalResultDir} ]
|
||||
then
|
||||
${EncoderTestDir}/Scripts/run_SafeDelete.sh ${FinalResultDir}
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user