mirror of https://github.com/PCSX2/pcsx2.git
DumpRunner: Fix "missing" messages to not break the image cycler
This commit is contained in:
parent
27074a809c
commit
ef46c7dbd6
|
@ -114,7 +114,7 @@ def check_regression_test(baselinedir, testdir, name):
|
|||
if not os.path.isfile(path2):
|
||||
print("--- Frame %u for %s is missing in test set" % (framenum, name))
|
||||
write("<h1>{}</h1>".format(name))
|
||||
write("--- Frame %u for %s is missing in test set" % (framenum, name))
|
||||
write("<pre>--- Frame %u for %s is missing in test set</pre>" % (framenum, name))
|
||||
return False
|
||||
|
||||
if not compare_frames(path1, path2):
|
||||
|
|
Loading…
Reference in New Issue