From 4550bbc32bb35f57093c1cfd4f4756f86d70757d Mon Sep 17 00:00:00 2001 From: Aswinmcw Date: Thu, 7 Nov 2024 07:37:17 +0000 Subject: [PATCH] #14406: Mark fail if csv not generated --- .../unit_tests/operations/ccl/perf/run_all_gather_profile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ttnn/unit_tests/operations/ccl/perf/run_all_gather_profile.sh b/tests/ttnn/unit_tests/operations/ccl/perf/run_all_gather_profile.sh index 8422bde56d09..69e34a86b226 100755 --- a/tests/ttnn/unit_tests/operations/ccl/perf/run_all_gather_profile.sh +++ b/tests/ttnn/unit_tests/operations/ccl/perf/run_all_gather_profile.sh @@ -90,6 +90,7 @@ print(tabulate(average_df, headers='keys', tablefmt='pretty')) echo "$average_values" else echo "CSV path not found in the command output." + exit 1 fi }