public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 0/2] meson-windows-test ci output fixes
@ 2025-11-18  9:32 Jeff King
  2025-11-18  9:32 ` [PATCH 1/2] unit-test: ignore --no-chain-lint Jeff King
  2025-11-18  9:35 ` [PATCH 2/2] ci(windows-meson-test): handle options and output like other test jobs Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Jeff King @ 2025-11-18  9:32 UTC (permalink / raw)
  To: git

I ran into a failed test a month or two ago that triggered only on the
windows-meson-test jobs. But those jobs don't actually show you any
output from the test scripts!

This is what I hacked up to improve things.

  [1/2]: unit-test: ignore --no-chain-lint
  [2/2]: ci(windows-meson-test): handle options and output like other test jobs

 .github/workflows/main.yml | 12 +++++++++++-
 ci/run-test-slice-meson.sh | 13 +++++++++++++
 t/unit-tests/unit-test.c   |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)
 create mode 100755 ci/run-test-slice-meson.sh

-Peff

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-11-25 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-18  9:32 [PATCH 0/2] meson-windows-test ci output fixes Jeff King
2025-11-18  9:32 ` [PATCH 1/2] unit-test: ignore --no-chain-lint Jeff King
2025-11-18  9:35 ` [PATCH 2/2] ci(windows-meson-test): handle options and output like other test jobs Jeff King
2025-11-25 17:39   ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox