Skip to content

Commit de28f66

Browse files
author
culler
committed
Must set TK_NO_STDERR to run tests on Sequoiah.
1 parent 5160c8c commit de28f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mac-build.yml

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

0 commit comments

Comments
 (0)