Skip to content

Commit

Permalink
Set TK_NO_STDERR in the make command instead of the shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Jan 26, 2025
1 parent de28f66 commit 6650089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mac-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
}
- name: Run Tests
run: |
export TK_NO_STDERR=1
make test | tee out.txt
make TK_NO_STDERR=1 test | tee out.txt
nmatches=$( grep -c "Failed 0" out.txt )
if [ $nmatches -lt 4 ]
then
Expand Down

0 comments on commit 6650089

Please sign in to comment.