From fbd2a521e13d7f23c7c3d6dd7ec300e008414589 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 18 Dec 2019 11:10:21 +0800 Subject: [PATCH] Revert "windows tests: enable socat debug output" This corrupted communication with the core device and caused analyzer tests to fail. This reverts commit bdaf824f2116d389405ecc55dcf502395efd1039. --- artiq-fast/windows/qemu.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/windows/qemu.nix b/artiq-fast/windows/qemu.nix index 9a4f943..e575f0d 100644 --- a/artiq-fast/windows/qemu.nix +++ b/artiq-fast/windows/qemu.nix @@ -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"