Revert "windows tests: enable socat debug output"

This corrupted communication with the core device and caused analyzer tests to fail.

This reverts commit bdaf824f21.
pull/30/head
Sebastien Bourdeauducq 2019-12-18 11:10:21 +08:00
parent 7f1bd87cfe
commit fbd2a521e1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ let
guestfwds =
builtins.concatStringsSep ""
(map ({ listenAddr, targetAddr, port }:
",guestfwd=tcp:${listenAddr}:${toString port}-cmd:${socat}/bin/socat\\ -dd\\ -\\ tcp:${targetAddr}:${toString port}"
",guestfwd=tcp:${listenAddr}:${toString port}-cmd:${socat}/bin/socat\\ -\\ tcp:${targetAddr}:${toString port}"
) forwardedPorts);
args = [
"-enable-kvm"