On 11/04/2025 17:08, Christian Franke wrote:
Jon Turney wrote:
Don't echo the command being run
OK, but this breaks -n option which is occasionally useful, see below.
Yeah, that was dumb of me.
Posted a v2 of this series, with your updates as well.
Capture stress-ng output to file
Only sh
v2:
Only echo the command in dryrun mode
Capture stress-ng stderr and stdout to a file
Normally only show the test output if it fails
Capture all test output in an artifact
---
.github/workflows/cygwin.yml | 10 ++
winsup/testsuite/stress/cygstress | 16 +++-
2 files chang
Jon Turney wrote:
Don't echo the command being run
OK, but this breaks -n option which is occasionally useful, see below.
Capture stress-ng output to file
Only show test output if it fails
Capture all test output in an artifact
Are messages cygwin prints itself also captured? See below.
Don't echo the command being run
Capture stress-ng output to file
Only show test output if it fails
Capture all test output in an artifact
---
.github/workflows/cygwin.yml | 10 ++
winsup/testsuite/stress/cygstress | 13 -
2 files changed, 18 insertions(+), 5 deletions(-)