Skip to content

Commit

Permalink
libct/int/execin_tty: help debug a flake
Browse files Browse the repository at this point in the history
This helps to debug #2425

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Dec 4, 2020
1 parent 166068a commit 1909051
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 1909051

Please sign in to comment.