Skip to content

Commit

Permalink
Merge pull request #2701 from kolyshkin/exec-tty
Browse files Browse the repository at this point in the history
libct/int/execin_tty: help debug a flake
  • Loading branch information
AkihiroSuda authored Dec 5, 2020
2 parents 4b055ff + 1909051 commit b923ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainer/integration/execin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestExecIn(t *testing.T) {
t.Fatalf("unexpected running process, output %q", out)
}
if strings.Contains(out, "\r") {
t.Fatalf("unexpected carriage-return in output")
t.Fatalf("unexpected carriage-return in output %q", out)
}
}

Expand Down

0 comments on commit b923ff4

Please sign in to comment.