mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Log test error
This commit is contained in:
parent
437b55bfd5
commit
1812fe70a3
@ -990,7 +990,7 @@ func TestPrioritiesRegistered(t *testing.T) {
|
|||||||
if err == nil {
|
if err == nil {
|
||||||
functions = append(functions, fileFunctions...)
|
functions = append(functions, fileFunctions...)
|
||||||
} else {
|
} else {
|
||||||
t.Errorf("unexpected error when parsing %s", filePath)
|
t.Errorf("unexpected error when parsing %s: %v", filePath, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user