about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-01 16:28:23 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-07-01 16:28:34 +0200
commitb8cb960a58676679461b76bc6b40f185d1d6b010 (patch)
tree899fe6d22acc44e0eacf8d9eed45570611e1242e /nixos
parent24e8c3ac41d80256e20d979a8e7fbab122f581fc (diff)
Fix evaluation
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/installer.nix2
-rw-r--r--nixos/tests/simple.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix
index 1cd1aa63a55bf..d3bbe7a8bd55e 100644
--- a/nixos/tests/installer.nix
+++ b/nixos/tests/installer.nix
@@ -370,7 +370,7 @@ in {
   # Rebuild the CD configuration with a little modification.
   rebuildCD = makeTest
     { inherit iso;
-      name = "rebuild-CD";
+      name = "rebuild-cd";
       nodes = { };
       testScript =
         ''
diff --git a/nixos/tests/simple.nix b/nixos/tests/simple.nix
index 62d748d642969..1cd9058f9e541 100644
--- a/nixos/tests/simple.nix
+++ b/nixos/tests/simple.nix
@@ -1,5 +1,5 @@
 import ./make-test.nix {
-  name = "simple"
+  name = "simple";
 
   machine = { config, pkgs, ... }: { };