Warn (not fail) during MD5 verification, new MD5 for intelisa and f1040
This commit is contained in:
parent
aee1ccf394
commit
0499eb58be
2 changed files with 3 additions and 5 deletions
|
@ -363,9 +363,7 @@ def setUp(options):
|
|||
manifestList = json.load(mf)
|
||||
|
||||
downloadLinkedPDFs(manifestList)
|
||||
|
||||
if not verifyPDFs(manifestList):
|
||||
raise Exception('ERROR: failed to verify pdfs.')
|
||||
verifyPDFs(manifestList)
|
||||
|
||||
for b in testBrowsers:
|
||||
State.taskResults[b.name] = { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue