VK_Large_Descriptor_Sets

Use remote server friendly routine to check capture file
This commit is contained in:
thisisjimmyfb
2025-06-01 17:06:31 -07:00
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()