Unverified Commit 4cb20719 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

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

nixos/tests/systemd-boot: fix option bootCounting test evaluation
parents a2aca6ac f240543c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {