testing.M.Run (method)

4 uses

	testing (current package)
		testing.go#L1333: 	os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, examples).Run())
		testing.go#L1382: func (m *M) Run() (code int) {

	golang.org/x/pkgsite/internal/postgres
		test_helper.go#L148: 	code := m.Run()
		test_helper.go#L189: 	code := m.Run()