Merge pull request #331321 from JulienMalka/fix-boot-counting-test

nixos/tests/systemd-boot: fix option bootCounting test evaluation
This commit is contained in:
Jörg Thalheim
2024-07-31 17:59:52 +02:00
committed by GitHub
+1 -1
View File
@@ -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 {