Skip to content

Commit 6650089

Browse files
author
culler
committed
Set TK_NO_STDERR in the make command instead of the shell.
1 parent de28f66 commit 6650089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/mac-build.yml

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

0 commit comments

Comments
 (0)