Skip to content

Commit 814ec8e

Browse files
Merge pull request #2296 from bertinatto/fix-annotations
NO-JIRA: Fix generation of test names
2 parents da947ef + a3adf37 commit 814ec8e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

openshift-hack/e2e/annotate/generated/zz_generated.annotations.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openshift-hack/e2e/kube_e2e_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package e2e
22

3+
//go:generate go run -mod vendor ./annotate/cmd -- ./annotate/generated/zz_generated.annotations.go
4+
35
// This file duplicates most of test/e2e/e2e_test.go but limits the included
46
// tests (via include.go) to tests that are relevant to openshift.
57

@@ -17,6 +19,7 @@ import (
1719

1820
et "github.com/openshift-eng/openshift-tests-extension/pkg/extension/extensiontests"
1921
"gopkg.in/yaml.v2"
22+
2023
// Never, ever remove the line with "/ginkgo". Without it,
2124
// the ginkgo test runner will not detect that this
2225
// directory contains a Ginkgo test suite.

0 commit comments

Comments
 (0)