Log test error

This commit is contained in:
Jordan Liggitt
2016-09-26 11:21:38 -04:00
parent 437b55bfd5
commit 1812fe70a3

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)
}
}