diff options
author | Jan Janssen <medhefgo@web.de> | 2022-01-20 11:59:49 +0100 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2022-01-26 14:40:51 +0100 |
commit | b2ba8511e6eaf1fb28207492e9ff306679bbe9ff (patch) | |
tree | 25e9ecdb47e016afe010d015805d2b3efb894e3f /meson.build | |
parent | portable: add flag to return extension-releases in GetImageMetadataWithExtens... (diff) | |
download | systemd-b2ba8511e6eaf1fb28207492e9ff306679bbe9ff.tar.xz systemd-b2ba8511e6eaf1fb28207492e9ff306679bbe9ff.zip |
meson: Remove test-efi-create-disk.sh
The script was probably not used for a very long time. It is currently
passed systemd_boot.so as boot loader, which cannot work. The test
entries it creates are all pointing at non-existant efi/linux binaries,
which means they would not even show up in the menu if the created image
were actually booted. There is also nothing that actually tries to run
the image in the first place.
If we end up creating a proper systemd-boot test suite, it would be
better to start from scratch. In the meantime, mkosi already covers
the bare minimum with a simple bootup test.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index a3548a0278..9faa6583a0 100644 --- a/meson.build +++ b/meson.build @@ -599,10 +599,8 @@ env = find_program('env') perl = find_program('perl', required : false) rsync = find_program('rsync', required : false) meson_make_symlink = project_source_root + '/tools/meson-make-symlink.sh' -test_efi_create_disk_sh = find_program('test/test-efi-create-disk.sh') mkdir_p = 'mkdir -p $DESTDIR/@0@' -splash_bmp = files('test/splash.bmp') # If -Dxxx-path option is found, use that. Otherwise, check in $PATH, # /usr/sbin, /sbin, and fall back to the default from middle column. |