Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: go/src/infra/tools/kitchen/cook.go

Issue 2174103002: Kitchen: always emit annotations if teeing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | go/src/infra/tools/kitchen/cook_logdog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/kitchen/cook.go
diff --git a/go/src/infra/tools/kitchen/cook.go b/go/src/infra/tools/kitchen/cook.go
index 00c548af6f733ead62c728424293e1e086248a07..17b41f4757bd7aee2005d4c52ef14555331bff92 100644
--- a/go/src/infra/tools/kitchen/cook.go
+++ b/go/src/infra/tools/kitchen/cook.go
@@ -231,7 +231,7 @@ func (c *cookRun) Run(a subcommands.Application, args []string) (exitCode int) {
// If we're not using LogDog, send out annotations.
bootstapSuccess := true
- if !c.logdog.active() {
+ if !c.logdog.emitAnnotations() {
if c.Timestamps {
annotateTime(ctx)
}
« no previous file with comments | « no previous file | go/src/infra/tools/kitchen/cook_logdog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698