diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2026-04-06 02:04:59 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2026-04-05 20:20:07 -0700 |
| commit | 85827f75039f2a9cb235b7537ab76ac59c6d2654 (patch) | |
| tree | a388fe3447209ed71041763f0c28a518d6c4f75f /control/controlhttp/controlhttpserver/controlhttpserver.go | |
| parent | 7b5b9f5ce2f28a1aa2598028dad2ae894c7699b9 (diff) | |
| download | tailscale-85827f75039f2a9cb235b7537ab76ac59c6d2654.tar.xz tailscale-85827f75039f2a9cb235b7537ab76ac59c6d2654.zip | |
ci: fix Windows benchmarks running all tests instead of just benchmarks
The -run "^$" flag was being mangled by cmd.exe's argument processing.
The ^ character is cmd.exe's escape character, so go.cmd's cmd.exe layer
eats it, turning -run "^$" into -run "$" which matches all test names.
This caused the benchmark job to run every test, leading to timeouts
and Go runtime crashes.
Use -run XXXXNothingXXXX instead, which avoids special characters
entirely.
Updates #19252
Change-Id: I888c124254dd2767a40b61bcd68dbc9b22ad35a1
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'control/controlhttp/controlhttpserver/controlhttpserver.go')
0 files changed, 0 insertions, 0 deletions
