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 }