Skip to content

Commit

Permalink
Remove any work from macos bash call
Browse files Browse the repository at this point in the history
  • Loading branch information
joewpeterson committed Oct 8, 2024
1 parent 4baf3ab commit 7157026
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/prep_leaks_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ check_return_code() {
" > test_leaks.sh

find . -iname "*.test" -type f | while IFS= read -r line; do
dirname=$(dirname "$line")
realname=$(basename "$line")
echo "cd ${dirname}; leaks --atExit -- ./${realname}; check_return_code; cd -" >> test_leaks.sh
done
#find . -iname "*.test" -type f | while IFS= read -r line; do
# dirname=$(dirname "$line")
# 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 7157026

Please sign in to comment.