* Fix an evaluation error in tests.installer.rebuildCD.
svn path=/nixos/trunk/; revision=25193
This commit is contained in:
parent
ba459a0bf3
commit
747e284e75
@ -304,7 +304,7 @@ in {
|
|||||||
testScript =
|
testScript =
|
||||||
''
|
''
|
||||||
# damn, it's costly to evaluate nixos-rebuild (1G of ram)
|
# damn, it's costly to evaluate nixos-rebuild (1G of ram)
|
||||||
my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1} -m 1024' });
|
my $machine = Machine->new({ cdrom => glob("${iso}/iso/*.iso"), qemuFlags => '${qemuNICFlags 1 1 1} -m 1024' });
|
||||||
$machine->start;
|
$machine->start;
|
||||||
|
|
||||||
# Make sure that we don't try to download anything.
|
# Make sure that we don't try to download anything.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user