You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("Expected last stderr line to be %q, but found extra line: %q", a.ExpectedLines[len(a.ExpectedLines)-1], stderr[len(a.ExpectedLines)])
55
+
returnfmt.Errorf(`
56
+
π [stderr] Extra line in stderr: %q
57
+
`, stderr[len(a.ExpectedLines)])
50
58
}
51
59
52
60
// If all lines match, we don't want to print all the lines again
0 commit comments