mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
VK_Large_Descriptor_Sets
Use remote server friendly routine to check capture file
This commit is contained in:
committed by
Baldur Karlsson
parent
035fc9974d
commit
97c74415f6
@@ -10,7 +10,7 @@ class VK_Large_Descriptor_Sets(rdtest.TestCase):
|
||||
def run(self):
|
||||
self.capture_filename = self.get_capture()
|
||||
|
||||
self.check(os.path.exists(self.capture_filename), "Didn't generate capture in make_capture")
|
||||
self.check(rdtest.util.target_path_exists(self.capture_filename), "Didn't generate capture in make_capture")
|
||||
|
||||
rdtest.log.print("Loading capture")
|
||||
|
||||
@@ -39,4 +39,4 @@ class VK_Large_Descriptor_Sets(rdtest.TestCase):
|
||||
rdtest.log.print("Not checking time to load in non-release build")
|
||||
|
||||
if self.controller is not None:
|
||||
self.controller.Shutdown()
|
||||
self.controller.Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user