mirror of
https://github.com/flatpak/flatpak.git
synced 2026-07-17 11:33:51 -04:00
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:
committed by
Sebastian Wick
parent
6601295c36
commit
f2ff272157
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user