windows tests: fix qemu path

stm32-no-overlay
Astro 2019-04-18 15:55:02 +02:00
parent d7917b4b5b
commit 481bedb44c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ let
"-device" "e1000,netdev=n1"
];
argStr = builtins.concatStringsSep " " (args ++ extraArgs);
in "qemu-system-x86_64 ${argStr}";
in "${qemu_kvm}/bin/qemu-system-x86_64 ${argStr}";
sshOpts = "-o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/known_hosts";
ssh = cmd: ''