From 5a1a3a53c9c3aba255a981ced332258377cb9af9 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 26 Feb 2024 15:01:36 -0600 Subject: [PATCH] fix workloads path for profile tests Signed-off-by: Karl W Schulz --- tests/test_profile_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_profile_general.py b/tests/test_profile_general.py index ef1f92c229..141b5e5523 100644 --- a/tests/test_profile_general.py +++ b/tests/test_profile_general.py @@ -273,7 +273,7 @@ def gpu_soc(): soc = gpu_soc() -Baseline_dir = os.path.realpath("tests/workloads/vcopy" + soc) +Baseline_dir = os.path.realpath("tests/workloads/vcopy/" + soc) def log_counter(file_dict, test_name):