1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

Installation CD: Check that the current system can be replaced.

svn path=/nixos/trunk/; revision=23920
This commit is contained in:
Nicolas Pierron 2010-09-25 09:33:21 +00:00
parent e20ef7564e
commit 6cc0032074

View file

@ -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");