Skip to content

Commit aa40de3

Browse files
committed
Added additional comment explaining use of script
1 parent 2103886 commit aa40de3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ jobs:
117117
118118
### Run tests as user
119119
- 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
120123
shell: 'script -q -e -c "bash {0}"'
121124
run: |
122125
## Run GNU tests

0 commit comments

Comments
 (0)