nixos/tests/systemd-boot: switch to runTest

This saves a lot of time and memory when evaluating these tests
This commit is contained in:
r-vdp
2025-08-26 00:21:12 +03:00
parent aeffbcef0d
commit 2e5d6ebbec
2 changed files with 497 additions and 444 deletions

View File

@@ -1417,7 +1417,7 @@ in
systemd = runTest ./systemd.nix;
systemd-analyze = runTest ./systemd-analyze.nix;
systemd-binfmt = handleTestOn [ "x86_64-linux" ] ./systemd-binfmt.nix { };
systemd-boot = handleTest ./systemd-boot.nix { };
systemd-boot = import ./systemd-boot.nix { inherit runTest runTestOn; };
systemd-bpf = runTest ./systemd-bpf.nix;
systemd-capsules = runTest ./systemd-capsules.nix;
systemd-confinement = handleTest ./systemd-confinement { };

File diff suppressed because it is too large Load Diff