From c2b3c9794dfb5a9ec4aa643fca07c1ac8ad3f644 Mon Sep 17 00:00:00 2001 From: Lily Foster Date: Mon, 31 Oct 2022 15:31:10 +0100 Subject: nixosTests: test spaces in mount options via btrfs subvols Also enabled the btrfs tests for installer-systemd-stage-1 again --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/release-combined.nix') 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") -- cgit 1.4.1