mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
Merge pull request #2701 from kolyshkin/exec-tty
libct/int/execin_tty: help debug a flake
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user