Skip to content

Commit

Permalink
DumpRunner: Fix "missing" messages to not break the image cycler
Browse files Browse the repository at this point in the history
  • Loading branch information
refractionpcsx2 authored and lightningterror committed Jan 12, 2025
1 parent 27074a8 commit d64da07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-gsrunner/test_check_dumps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d64da07

Please sign in to comment.