mirror of https://github.com/k3s-io/k3s
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 helpfulpull/6/head
commit
8b2dfac042
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue