diff options
| author | Tom Proctor <tomhjp@users.noreply.github.com> | 2026-01-29 13:47:47 +0000 |
|---|---|---|
| committer | Tom Proctor <tomhjp@users.noreply.github.com> | 2026-01-29 13:47:47 +0000 |
| commit | 818731b850436ce1789f901431514abf074aa761 (patch) | |
| tree | a12b45e9ec2e969dd3f7a2ef6c4d71714219eb00 /cmd | |
| parent | afc90ce804e0f0684d3887c1bcf56498ede399a9 (diff) | |
| download | tailscale-debug-testwrapper.tar.xz tailscale-debug-testwrapper.zip | |
debug testwrapperdebug-testwrapper
Change-Id: Idf8e35297c1c353588211d7f1c572f03b040e43b
Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/testwrapper/testwrapper.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/testwrapper/testwrapper.go b/cmd/testwrapper/testwrapper.go index d9d3cc7db..b9355448a 100644 --- a/cmd/testwrapper/testwrapper.go +++ b/cmd/testwrapper/testwrapper.go @@ -130,6 +130,9 @@ func runTests(ctx context.Context, attempt int, pt *packageTests, goTestArgs, te resultMap[pkg] = pkgTests } if goOutput.Test == "" { + fmt.Println("=========== DEBUG START ===========") + fmt.Printf("goOutput: %s\n", goOutput.Output) + fmt.Println("=========== DEBUG END ===========") if strings.HasSuffix(goOutput.Output, "\t(cached)\n") && goOutput.Package != "" { pkgCached[goOutput.Package] = true } |
