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.
1 parent a739c24 commit 37c46c8Copy full SHA for 37c46c8
hack/test-port-forwarding.pl
@@ -122,6 +122,10 @@
122
printf "🚧 Not supported for $instanceType machines: # $_\n";
123
next;
124
}
125
+ if ($test{host_socket} ne "" && $Config{osname} eq "cygwin") {
126
+ printf "🚧 Not supported on $Config{osname}: # $_\n";
127
+ next;
128
+ }
129
130
my $remote = JoinHostPort($test{guest_ip},$test{guest_port});
131
my $local = $test{host_socket} eq "" ? JoinHostPort($test{host_ip},$test{host_port}) : $test{host_socket};
0 commit comments