Skip to content

Commit

Permalink
backport of commit d5d33e2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Apr 3, 2023
1 parent 1ac9e81 commit 618be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/alloc_logs/alloc_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ func testMixedFollow(t *testing.T) {
if err != nil {
must.ErrorContains(t, err, "failed: signal: killed")
}
must.StrContains(t, out, "stdout\nstderr\nstdout\nstderr\nstdout\nstderr")
must.StrContains(t, out, "stdout\nstderr")
}

0 comments on commit 618be6f

Please sign in to comment.