summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2022-10-31 15:31:10 +0100
committerAtemu <atemu.main@gmail.com>2022-11-06 22:15:35 +0100
commitc2b3c9794dfb5a9ec4aa643fca07c1ac8ad3f644 (patch)
treeb2e2ba2ec78963d0ee040631abce77bcbb4519f8 /nixos/release-combined.nix
parent753f883c35d0bd52002ce2d049a26bb1ae37c122 (diff)
nixosTests: test spaces in mount options via btrfs subvols
Also enabled the btrfs tests for installer-systemd-stage-1 again
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index a11ee31ab8d04..1d25806a323bd 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -76,6 +76,7 @@ in rec {
         (onFullSupported "nixos.tests.i3wm")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSimple")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvolDefault")
+        (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvolEscape")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.btrfsSubvols")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.luksroot")
         (onSystems ["x86_64-linux"] "nixos.tests.installer.lvm")