summaryrefslogtreecommitdiffhomepage
path: root/cmd/testwrapper/testwrapper.go
diff options
context:
space:
mode:
authorTom Proctor <tomhjp@users.noreply.github.com>2026-01-29 13:47:47 +0000
committerTom Proctor <tomhjp@users.noreply.github.com>2026-01-29 13:47:47 +0000
commit818731b850436ce1789f901431514abf074aa761 (patch)
treea12b45e9ec2e969dd3f7a2ef6c4d71714219eb00 /cmd/testwrapper/testwrapper.go
parentafc90ce804e0f0684d3887c1bcf56498ede399a9 (diff)
downloadtailscale-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/testwrapper/testwrapper.go')
-rw-r--r--cmd/testwrapper/testwrapper.go3
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
}