We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hostSocket
1 parent b723249 commit 7ef6404Copy full SHA for 7ef6404
hack/test-port-forwarding.pl
@@ -119,6 +119,10 @@
119
printf "🚧 Not supported for $instanceType machines: # $_\n";
120
next;
121
}
122
+ if ($test{host_socket} ne "" && $Config{osname} eq "MSWin32") {
123
+ printf "🚧 Not supported on Windows: # $_\n";
124
+ next;
125
+ }
126
127
my $remote = JoinHostPort($test{guest_ip},$test{guest_port});
128
my $local = $test{host_socket} eq "" ? JoinHostPort($test{host_ip},$test{host_port}) : $test{host_socket};
0 commit comments