Unverified Commit cd682e0a authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #311089 from RaitoBezarius/sowwy

nixos/release-`*`: fix `nixos.tests.misc` which was split into multiple tests
parents a49909c1 64e51577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ in rec {
        (onFullSupported "nixos.tests.latestKernel.login")
        (onFullSupported "nixos.tests.lightdm")
        (onFullSupported "nixos.tests.login")
        (onFullSupported "nixos.tests.misc")
        (onFullSupported "nixos.tests.misc.default")
        (onFullSupported "nixos.tests.mutableUsers")
        (onFullSupported "nixos.tests.nat.firewall")
        (onFullSupported "nixos.tests.nat.standalone")
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ in rec {
        "nixos.tests.firewall"
        "nixos.tests.ipv6"
        "nixos.tests.login"
        "nixos.tests.misc"
        "nixos.tests.misc.default"
        "nixos.tests.nat.firewall"
        "nixos.tests.nat.standalone"
        "nixos.tests.nfs4.simple"