From b8cb960a58676679461b76bc6b40f185d1d6b010 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 1 Jul 2014 16:28:23 +0200 Subject: [PATCH] Fix evaluation --- nixos/tests/installer.nix | 2 +- nixos/tests/simple.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/installer.nix b/nixos/tests/installer.nix index 1cd1aa63a55..d3bbe7a8bd5 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 62d748d6429..1cd9058f9e5 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, ... }: { };