]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
kernel-install: Make sure KERNEL_INSTALL_BYPASS is disabled in tests 28606/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 31 Jul 2023 18:58:31 +0000 (20:58 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 31 Jul 2023 18:58:31 +0000 (20:58 +0200)
src/kernel-install/test-kernel-install.sh

index aa0881a6e07e4ea52ef154abf2e2fed8fd0753a2..ad9462c7fb496542984ec23ee45a369c28fb6739 100755 (executable)
@@ -48,6 +48,7 @@ export MACHINE_ID='3e0484f3634a418b8e6a39e8828b03e3'
 export KERNEL_INSTALL_UKIFY="$ukify"
 export KERNEL_INSTALL_BOOT_STUB="$boot_stub"
 export KERNEL_INSTALL_READ_MACHINE_INFO="no"
+export KERNEL_INSTALL_BYPASS="no"
 
 # Test type#1 installation
 "$kernel_install" -v add 1.1.1 "$D/sources/linux" "$D/sources/initrd"