Skip to content

Commit 3cf2251

Browse files
committed
Explain the main purpose is to run the GNU stty tests
1 parent aa40de3 commit 3cf2251

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
### This shell has been changed from "bash" to this command
121121
### "script" will start a pty and the -q command removes the "script" initiation log
122122
### the -e flag makes it propogate the error code and -c runs the command in a pty
123+
### the primary purpose of this change is to run the stty GNU tests
123124
shell: 'script -q -e -c "bash {0}"'
124125
run: |
125126
## Run GNU tests

0 commit comments

Comments
 (0)