mirror of
https://github.com/tailscale/tailscale.git
synced 2026-06-23 15:31:47 -04:00
This bug was surfaced by #19960 because benchmarks shouldn’t have run TestListenService, but they did because PowerShell interpreted match empty string `"^$"` as beginning of string `'^'`. This patch has the Windows build run `./tool/go` binaries with bash and synchronizes it with the *nix `bench all` run. Updates #18884 Updates #19960 Signed-off-by: Simon Law <sfllaw@tailscale.com>