Log test error
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user