From 6cc0032074fead198f5e46d67633dadcd27bef78 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sat, 25 Sep 2010 09:33:21 +0000 Subject: [PATCH] Installation CD: Check that the current system can be replaced. svn path=/nixos/trunk/; revision=23920 --- tests/installer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/installer.nix b/tests/installer.nix index c1569b3e50f..e8337ebe2bb 100644 --- a/tests/installer.nix +++ b/tests/installer.nix @@ -326,7 +326,7 @@ in { print STDERR "New CD config:\n$cfg\n"; # Apply the new CD configuration. - $machine->mustSucceed("nixos-rebuild build --no-pull"); # test / switch make it fails :( + $machine->mustSucceed("nixos-rebuild test --no-pull"); # Connect to it-self. #$machine->waitForJob("sshd");