Merge pull request #33489 from liggitt/log-error

Automatic merge from submit-queue

Log test error

We're seeing flakes in this unit test downstream at this point, logging the error would be helpful
pull/6/head
Kubernetes Submit Queue 2016-09-26 20:34:52 -07:00 committed by GitHub
commit 8b2dfac042
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ func TestPrioritiesRegistered(t *testing.T) {
if err == nil {
functions = append(functions, fileFunctions...)
} else {
t.Errorf("unexpected error when parsing %s", filePath)
t.Errorf("unexpected error when parsing %s: %v", filePath, err)
}
}