]> git.99rst.org Git - git.git/commit
ci: handle failures of test-slice helper
authorPatrick Steinhardt <redacted>
Thu, 19 Feb 2026 06:25:27 +0000 (07:25 +0100)
committerJunio C Hamano <redacted>
Thu, 19 Feb 2026 18:22:30 +0000 (10:22 -0800)
commit4a631fee36c2e4daece9af7ff31586678bbf8dac
tree63197c06b4c3ac0d3e769cbc8ca2a6dc597f0cc3
parent67ad42147a7acc2af6074753ebd03d904476118f
ci: handle failures of test-slice helper

The "run-test-slice.sh" script executes the test helper to slice up
tests passed to it. As the execution is part of a pipe though, we end up
ignoring any potential error code returned by the helper.

Make the code more robust by storing the tests in a variable first so
that we can split up the pipeline.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
ci/run-test-slice.sh
git clone https://git.99rst.org/PROJECT