tailscale/cmd/testwrapper
Maisem Ali ff7f4b4224 cmd/testwrapper: fix off-by-one error in maxAttempts check
It was checking if `>= maxAttempts` which meant that the third
attempt would never run.

Updates #8493

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2023-08-24 16:59:37 -04:00
..
flakytest cmd/testwrapper/flakytest: clearly describe why TestFlakeRun fails 2023-06-28 12:19:25 -07:00
testwrapper.go cmd/testwrapper: fix off-by-one error in maxAttempts check 2023-08-24 16:59:37 -04:00