Re: [PATCH 3/4] Cygwin: CI: Make stress test terser

2025-04-20 Thread Jon Turney
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

[PATCH 3/4] Cygwin: CI: Make stress test terser

2025-04-20 Thread Jon Turney
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

Re: [PATCH 3/4] Cygwin: CI: Make stress test terser

2025-04-11 Thread Christian Franke
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.

[PATCH 3/4] Cygwin: CI: Make stress test terser

2025-04-11 Thread Jon Turney
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(-)