var testing.testlog
8 uses
testing (current package)
testing.go#L301: testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
testing.go#L328: testlog *string
testing.go#L1566: if *testlog != "" {
testing.go#L1572: f, err = os.Create(*testlog)
testing.go#L1574: f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
testing.go#L1606: if *testlog != "" {
testing.go#L1608: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
testing.go#L1612: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)