]> Kevux Git Server - rit/commit
ci: make test slicing consistent across Meson/Make
authorPatrick Steinhardt <ps@pks.im>
Thu, 19 Feb 2026 06:25:31 +0000 (07:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Feb 2026 18:22:31 +0000 (10:22 -0800)
commit2cca4ef34306c04a8ae891e0ea4a876922069dce
tree381618536de9378c06ebda5e8befe2dc6e667969
parent420b4ca2dce7143fcd79892393a879a1d8e276f7
ci: make test slicing consistent across Meson/Make

In the preceding commit we have adjusted test slicing to be one-based
when using the "ci/run-test-slice.sh" script. But we also have an
equivalent script for Meson that is still zero-based, which is of course
inconsistent.

Adapt the script to be one-based, as well, and adapt the GitHub workflow
accordingly. Note that GitLab doesn't yet use the script, so it does not
need to be adapted. This will change in the next commit though.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml
ci/run-test-slice-meson.sh