summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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
}