Skip to content

Commit 56d7912

Browse files
authored
Merge pull request kubernetes#76348 from atoato88/fix-golint-e2e-framework-util-go
Fix golint failures of e2e/framework/util.go - part1
2 parents 90fbbee + 9d0bc4b commit 56d7912

File tree

4 files changed

+110
-72
lines changed

4 files changed

+110
-72
lines changed

test/e2e/e2e.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func RunE2ETests(t *testing.T) {
237237
r = append(r, reporters.NewJUnitReporter(path.Join(framework.TestContext.ReportDir, fmt.Sprintf("junit_%v%02d.xml", framework.TestContext.ReportPrefix, config.GinkgoConfig.ParallelNode))))
238238
}
239239
}
240-
klog.Infof("Starting e2e run %q on Ginkgo node %d", framework.RunId, config.GinkgoConfig.ParallelNode)
240+
klog.Infof("Starting e2e run %q on Ginkgo node %d", framework.RunID, config.GinkgoConfig.ParallelNode)
241241

242242
ginkgo.RunSpecsWithDefaultAndCustomReporters(t, "Kubernetes e2e suite", r)
243243
}

0 commit comments

Comments
 (0)