We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f3c33 commit f85850eCopy full SHA for f85850e
test/extended/util/test.go
@@ -27,6 +27,7 @@ import (
27
"github.com/openshift/origin/pkg/cmd/admin/policy"
28
configapi "github.com/openshift/origin/pkg/cmd/server/api"
29
"github.com/openshift/origin/pkg/cmd/server/bootstrappolicy"
30
+ "github.com/openshift/origin/pkg/version"
31
)
32
33
var (
@@ -83,6 +84,8 @@ func InitTest() {
83
84
85
// Ensure that Kube tests run privileged (like they do upstream)
86
TestContext.CreateTestingNS = createTestingNS
87
+
88
+ glog.Infof("Extended test version %s", version.Get().String())
89
}
90
91
func ExecuteTest(t *testing.T, suite string) {
0 commit comments