* Run nixos-install twice to test idempotency.
svn path=/nixos/trunk/; revision=34234
This commit is contained in:
parent
b11770373a
commit
6ba2899c18
|
@ -161,6 +161,9 @@ let
|
||||||
# Perform the installation.
|
# Perform the installation.
|
||||||
$machine->mustSucceed("nixos-install >&2");
|
$machine->mustSucceed("nixos-install >&2");
|
||||||
|
|
||||||
|
# Do it again to make sure it's idempotent.
|
||||||
|
$machine->mustSucceed("nixos-install >&2");
|
||||||
|
|
||||||
$machine->shutdown;
|
$machine->shutdown;
|
||||||
|
|
||||||
# Now see if we can boot the installation.
|
# Now see if we can boot the installation.
|
||||||
|
|
Loading…
Reference in New Issue