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 2103886 commit aa40de3Copy full SHA for aa40de3
1 file changed
.github/workflows/GnuTests.yml
@@ -117,6 +117,9 @@ jobs:
117
118
### Run tests as user
119
- name: Run GNU tests
120
+ ### This shell has been changed from "bash" to this command
121
+ ### "script" will start a pty and the -q command removes the "script" initiation log
122
+ ### the -e flag makes it propogate the error code and -c runs the command in a pty
123
shell: 'script -q -e -c "bash {0}"'
124
run: |
125
## Run GNU tests
0 commit comments