forked from mirrors/nixpkgs
* Fix the installer.simple test.
svn path=/nixos/trunk/; revision=29780
This commit is contained in:
parent
ce7b064a11
commit
0ecda32942
|
@ -94,7 +94,7 @@ let
|
|||
createDisk("harddisk", 4 * 1024);
|
||||
|
||||
my $machine = createMachine({ hda => "harddisk", cdrom => glob("${iso}/iso/*.iso"),
|
||||
qemuFlags => '${if testChannel then qemuNICFlags 1 1 2 else ""}'});
|
||||
qemuFlags => '${optionalString testChannel (toString (qemuNICFlags 1 1 2))}'});
|
||||
$machine->start;
|
||||
|
||||
${optionalString testChannel ''
|
||||
|
|
Loading…
Reference in a new issue