]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-kernel-install: add a simple test that kernel-install copies the files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 1 Jul 2022 11:08:31 +0000 (13:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Jul 2022 07:24:43 +0000 (09:24 +0200)
commitf875e6bc399614401b245751dec04918407e754d
tree804da8e21470727c4c1871e2535fdbeead7c3d7b
parentc90cb977a1b5d570a0c7788d6ac0a3025b417fc2
test-kernel-install: add a simple test that kernel-install copies the files

I opted to tweaking kernel-install to allow overriding config
(with $KERNEL_INSTALL_CONF_ROOT, $KERNEL_INSTALL_PLUGINS). An alternative
would be to build a test environment in test/. We can still do that,
but I think it's nice to have a simple test that is very quick and easy
to debug.

Invocation as installkernel is for #23681.
meson.build
src/kernel-install/meson.build
src/kernel-install/test-kernel-install.sh [new file with mode: 0755]