Skip to content

Commit 83cf4a3

Browse files
authored
Explain the main purpose is to run the GNU stty tests
1 parent 18cdbf5 commit 83cf4a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
### This shell has been changed from "bash" to this command
118118
### "script" will start a pty and the -q command removes the "script" initiation log
119119
### the -e flag makes it propogate 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
120121
shell: 'script -q -e -c "bash {0}"'
121122
run: |
122123
## Run GNU tests

0 commit comments

Comments
 (0)