mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
If recompressed capture doesn't match, include captures in artifacts
This commit is contained in:
@@ -290,6 +290,6 @@ class TestCase:
|
||||
zipxml.Shutdown()
|
||||
|
||||
if not util.md5_compare(recomp_path, conv_path):
|
||||
raise TestFailureException("Recompressed capture file doesn't match re-imported capture file")
|
||||
raise TestFailureException("Recompressed capture file doesn't match re-imported capture file", conv_path, recomp_path, conv_zipxml_path)
|
||||
|
||||
log.success("Recompressed and re-imported capture files are identical")
|
||||
|
||||
Reference in New Issue
Block a user