Skip to content

Commit f85850e

Browse files
Print version of tests in extended
1 parent 05f3c33 commit f85850e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/extended/util/test.go

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import (
2727
"github.com/openshift/origin/pkg/cmd/admin/policy"
2828
configapi "github.com/openshift/origin/pkg/cmd/server/api"
2929
"github.com/openshift/origin/pkg/cmd/server/bootstrappolicy"
30+
"github.com/openshift/origin/pkg/version"
3031
)
3132

3233
var (
@@ -83,6 +84,8 @@ func InitTest() {
8384

8485
// Ensure that Kube tests run privileged (like they do upstream)
8586
TestContext.CreateTestingNS = createTestingNS
87+
88+
glog.Infof("Extended test version %s", version.Get().String())
8689
}
8790

8891
func ExecuteTest(t *testing.T, suite string) {

0 commit comments

Comments
 (0)