nixos/tests/systemd-boot: switch to runTest
This saves a lot of time and memory when evaluating these tests
This commit is contained in:
@@ -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
Reference in New Issue
Block a user