diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-04 16:46:16 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-21 17:24:14 +0200 |
commit | 977fc93603b189141c4717691ee8194753989ff1 (patch) | |
tree | ff9c6e04b39457d398adae1368d5710e7a131091 /test/TEST-86-MULTI-PROFILE-UKI | |
parent | TEST-70-TPM2: Disable public key enrollment explicitly (diff) | |
download | systemd-977fc93603b189141c4717691ee8194753989ff1.tar.xz systemd-977fc93603b189141c4717691ee8194753989ff1.zip |
Rework TEST-86-MULTI-PROFILE-UKI
Now that mkosi supports generating UKI profiles, let's make use of
that to generate the UKI profiles required for the test instead of
doing it within the test itself.
Diffstat (limited to 'test/TEST-86-MULTI-PROFILE-UKI')
-rw-r--r-- | test/TEST-86-MULTI-PROFILE-UKI/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-86-MULTI-PROFILE-UKI/meson.build b/test/TEST-86-MULTI-PROFILE-UKI/meson.build index 10d5957d8f..53042884cc 100644 --- a/test/TEST-86-MULTI-PROFILE-UKI/meson.build +++ b/test/TEST-86-MULTI-PROFILE-UKI/meson.build @@ -6,6 +6,5 @@ integration_tests += [ 'storage' : 'persistent', 'vm' : true, 'firmware' : 'auto', - 'enabled' : false, }, ] |