From fa1e9965f8ee7bb459b8986a8fe50e8bf6b74609 Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Fri, 13 Jun 2025 10:01:59 -0400 Subject: [PATCH] fix test_gpu_specs.py (#752) --- tests/test_gpu_specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_gpu_specs.py b/tests/test_gpu_specs.py index 07c65913d5..56f1642981 100644 --- a/tests/test_gpu_specs.py +++ b/tests/test_gpu_specs.py @@ -171,7 +171,7 @@ def test_num_xcds_cli_output(): # 2. Run rocprof-compute -s and grab rocprof-compute num_xcd proc = subprocess.run( - ["rocprof-compute", "-s"], + ["src/rocprof-compute", "-s"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True,