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:
parent
e20ef7564e
commit
6cc0032074
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue