Skip to content

Commit 0581048

Browse files
authored
Update mac-build.yml
Set TK_NO_STDERR
1 parent 5160c8c commit 0581048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
}
5050
- name: Run Tests
5151
run: |
52-
make test | tee out.txt
52+
make TK_NO_STDERR=1 test | tee out.txt
5353
nmatches=$( grep -c "Failed 0" out.txt )
5454
if [ $nmatches -lt 4 ]
5555
then

0 commit comments

Comments
 (0)