conmon: Modify console terminal settings to match kube settings
We enable ONLCR on the console to match kube's terminal settings. Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
2a6db15113
commit
bfd1b83f51
2 changed files with 12 additions and 1 deletions
|
@ -241,7 +241,7 @@ function teardown() {
|
|||
logpath="$DEFAULT_LOG_PATH/$pod_id/$ctr_id.log"
|
||||
[ -f "$logpath" ]
|
||||
echo "$logpath :: $(cat "$logpath")"
|
||||
grep -E "^[^\n]+ stdout here is some output$" "$logpath"
|
||||
grep -E "^[^\n]+ stdout here is some output" "$logpath"
|
||||
|
||||
run crioctl pod stop --id "$pod_id"
|
||||
echo "$output"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue