Home | History | Annotate | Download | only in testdeps

Lines Matching refs:testlog

15 	"internal/testlog"
64 // testLog implements testlog.Interface, logging actions by package os.
65 type testLog struct {
71 func (l *testLog) Getenv(key string) {
75 func (l *testLog) Open(name string) {
79 func (l *testLog) Stat(name string) {
83 func (l *testLog) Chdir(name string) {
88 func (l *testLog) add(op, name string) {
104 var log testLog
113 // Checking log.set avoids calling testlog.SetLogger multiple times
116 testlog.SetLogger(&log)