1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-02-07 01:58:02 +03:00

test: install jq into all images

This commit is contained in:
Frantisek Sumsal 2022-09-11 14:16:34 +02:00
parent 6c14f9ae57
commit 7906b790e4
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,6 @@ TEST_DESCRIPTION="test systemd-repart"
test_append_files() { test_append_files() {
if ! get_bool "${TEST_NO_QEMU:=}"; then if ! get_bool "${TEST_NO_QEMU:=}"; then
install_dmevent install_dmevent
image_install jq
instmods dm_verity =md instmods dm_verity =md
generate_module_dependencies generate_module_dependencies
fi fi

View File

@ -179,6 +179,7 @@ BASICTOOLS=(
head head
ionice ionice
ip ip
jq
killall killall
ldd ldd
ln ln