Skip to content

Commit

Permalink
Explicit exit after running mac test bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
joewpeterson committed Oct 8, 2024
1 parent 1414aaa commit 4baf3ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/prep_leaks_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ find . -iname "*.test" -type f | while IFS= read -r line; do
realname=$(basename "$line")
echo "cd ${dirname}; leaks --atExit -- ./${realname}; check_return_code; cd -" >> test_leaks.sh
done

echo "exit 0" >> test_leaks.sh

0 comments on commit 4baf3ab

Please sign in to comment.