Home | History | Annotate | Download | only in testing

Lines Matching refs:testlog

271 	testlog              = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
1118 if *testlog != "" {
1124 f, err = os.Create(*testlog)
1126 f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
1148 if *testlog != "" {
1150 fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
1154 fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)