Skip to content

Commit 923fb35

Browse files
authored
Update pt.go (#740)
1 parent cc850f4 commit 923fb35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/pt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func ParseJSON(testName string, rawContent []byte, tableName string, taskFilenam
163163
err = json.Unmarshal([]byte(output), &scamperResult)
164164
if err != nil {
165165
// fail and return here.
166-
log.Printf("extra jasonnet processing failed for %s", testName)
166+
log.Printf("extra jsonnet processing failed for %s, %s", testName, taskFilename)
167167
return schema.PTTest{}, err
168168
}
169169
}

0 commit comments

Comments
 (0)