about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2024-05-12 17:20:11 +0200
committerRaito Bezarius <masterancpp@gmail.com>2024-05-12 17:22:51 +0200
commit64e51577b7dc2a19d1aac70903741bb6585ae734 (patch)
treea827670ac145f750e30945d318a6769c635e0639
parent1be8ce962e39ae30a63e4e94b70cb335c504634c (diff)
nixos/release-`*`: fix `nixos.tests.misc` which was split into multiple tests
Now, it's `nixos.tests.misc.default` and `nixos.tests.misc.lix` since
Lix introduction in #310194.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
-rw-r--r--nixos/release-combined.nix2
-rw-r--r--nixos/release-small.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index d1773da9afa6f..6a553b9f30edf 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -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")
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 091c2b1f305be..5ef1a2f79e798 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -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"