forked from M-Labs/nix-scripts
Revert "windows tests: enable socat debug output"
This corrupted communication with the core device and caused analyzer tests to fail.
This reverts commit bdaf824f21
.
This commit is contained in:
parent
7f1bd87cfe
commit
fbd2a521e1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue