From 97c74415f6372e2c9d6a3d3cf322a9def18f93e1 Mon Sep 17 00:00:00 2001 From: thisisjimmyfb <58957694+thisisjimmyfb@users.noreply.github.com> Date: Sun, 1 Jun 2025 17:06:31 -0700 Subject: [PATCH] VK_Large_Descriptor_Sets Use remote server friendly routine to check capture file --- util/test/tests/Vulkan/VK_Large_Descriptor_Sets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/test/tests/Vulkan/VK_Large_Descriptor_Sets.py b/util/test/tests/Vulkan/VK_Large_Descriptor_Sets.py index de00bc5ea..dde3fa7c8 100644 --- a/util/test/tests/Vulkan/VK_Large_Descriptor_Sets.py +++ b/util/test/tests/Vulkan/VK_Large_Descriptor_Sets.py @@ -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() \ No newline at end of file + self.controller.Shutdown()