Merge pull request #331321 from JulienMalka/fix-boot-counting-test
nixos/tests/systemd-boot: fix option bootCounting test evaluation
This commit is contained in:
@@ -506,7 +506,7 @@ rec {
|
||||
baseConfig = { pkgs, lib, ... }: {
|
||||
imports = [ common ];
|
||||
boot.loader.systemd-boot.bootCounting.enable = true;
|
||||
boot.loader.systemd-boot.bootCounting.trials = 2;
|
||||
boot.loader.systemd-boot.bootCounting.tries = 2;
|
||||
};
|
||||
in
|
||||
makeTest {
|
||||
|
||||
Reference in New Issue
Block a user