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

Unified Diff: perf/go/ingester/ingester_test.go

Issue 777413002: Add new tests to presubmit, fix errors (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: rebase Created 6 years 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 | « perf/go/ingester/ingester.go ('k') | perf/go/shortcut/shortcut.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/ingester/ingester_test.go
diff --git a/perf/go/ingester/ingester_test.go b/perf/go/ingester/ingester_test.go
index 68038e4d6e57b39c9f1f1af9f6cb7e80ddb1f2bc..fe27aecc4610ee33b5e25d4623f6e5c692af2594 100644
--- a/perf/go/ingester/ingester_test.go
+++ b/perf/go/ingester/ingester_test.go
@@ -37,7 +37,7 @@ func TestIngestCommits(t *testing.T) {
git, err := gitinfo.NewGitInfo(filepath.Join(tr.Dir, "testrepo"), false, false)
if err != nil {
- glog.Fatal("Failed loading Git info: %s\n", err)
+ glog.Fatalf("Failed loading Git info: %s\n", err)
}
// Construct an Ingestor and have it UpdateCommitInfo.
« no previous file with comments | « perf/go/ingester/ingester.go ('k') | perf/go/shortcut/shortcut.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698