Searched defs:goldenRecord (Results 1 – 1 of 1) sorted by relevance
28 type goldenRecord struct { struct29 Wd string `json:"wd"`30 Env []string `json:"env,omitempty"`33 WrapperCmd commandResult `json:"wrapper"`36 Cmds []commandResult `json:"cmds"`173 func writeGoldenRecords(ctx *testContext, writer io.Writer, records []goldenRecord) {