testwrapper is a wrapper for retrying flaky tests. It is an alternative to
`go test` and re-runs failed marked flaky tests (using the flakytest pkg). It
takes different arguments than go test and requires the first positional
argument to be the pattern to test.