mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
DumpRunner: Fix "missing" messages to not break the image cycler
This commit is contained in:
parent
27074a809c
commit
d64da07b7d
@ -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
Block a user