tests: Add test-preinstall.sh to the test matrix source

test-preinstall.sh was present in the generated test-matrix/meson.build
but missing from TEST_MATRIX_SOURCE in update-test-matrix, meaning it
would be dropped if the matrix were regenerated.
This commit is contained in:
Kolja Lampe
2026-03-28 12:50:05 +00:00
committed by Sebastian Wick
parent 6601295c36
commit f2ff272157

View File

@@ -35,6 +35,7 @@ TEST_MATRIX_SOURCE=(
'tests/test-seccomp.sh' \
'tests/test-repair.sh' \
'tests/test-extra-data.sh{user+system}' \
'tests/test-preinstall.sh' \
)
"${tests_srcdir}/expand-test-matrix.sh" --meson "${TEST_MATRIX_SOURCE[*]}" > "${tests_srcdir}/test-matrix/meson.build"