We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf4a3 commit f9a5503Copy full SHA for f9a5503
.github/workflows/GnuTests.yml
@@ -116,7 +116,7 @@ jobs:
116
- name: Run GNU tests
117
### This shell has been changed from "bash" to this command
118
### "script" will start a pty and the -q command removes the "script" initiation log
119
- ### the -e flag makes it propogate the error code and -c runs the command in a pty
+ ### the -e flag makes it propagate the error code and -c runs the command in a pty
120
### the primary purpose of this change is to run the stty GNU tests
121
shell: 'script -q -e -c "bash {0}"'
122
run: |
0 commit comments