Log test error

This commit is contained in:
Jordan Liggitt 2016-09-26 11:21:38 -04:00
parent 437b55bfd5
commit 1812fe70a3
No known key found for this signature in database
GPG Key ID: 24E7ADF9A3B42012

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