* Fix an evaluation error in tests.installer.rebuildCD.

svn path=/nixos/trunk/; revision=25193
This commit is contained in:
Eelco Dolstra 2010-12-18 18:07:25 +00:00
parent ba459a0bf3
commit 747e284e75

View File

@ -304,7 +304,7 @@ in {
testScript =
''
# 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;
# Make sure that we don't try to download anything.