From b7ef933535c82c4238c797910b769d78cf4a472c 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 8422bde56d0..69e34a86b22 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 }