summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-02-29 20:11:04 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-01 01:04:42 +0100
commit7eea91fbc0efc19f416121369f566c6f5363fbc0 (patch)
treec4a366b612e356c66ace1a8bab119502ed22909e /nixos/release-combined.nix
parent2f2536b9354b296dbf12343d232e113d211704df (diff)
downloadnixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.tar
nixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.tar.gz
nixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.tar.bz2
nixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.tar.lz
nixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.tar.xz
nixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.tar.zst
nixlib-7eea91fbc0efc19f416121369f566c6f5363fbc0.zip
nixos/release: Use callSubTests for subtests
Should clean up a lot of these redundant lines for various sub-tests.

Note that the tests.boot* are now called tests.boot.boot*, but otherwise
all the test attribute names should stay the same.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @edolstra
Cc: @wkennington
Cc: @bobvanderlinden
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 06890b458efa..b3bef2deb798 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -63,7 +63,7 @@ in rec {
         (all nixos.tests.installer.btrfsSimple)
         (all nixos.tests.installer.btrfsSubvols)
         (all nixos.tests.installer.btrfsSubvolDefault)
-        (all nixos.tests.bootBiosCdrom)
+        (all nixos.tests.boot.bootBiosCdrom)
         (all nixos.tests.ipv6)
         (all nixos.tests.kde4)
         #(all nixos.tests.lightdm)