Revert "run: tweak CRLF translation in log scripts"

The substitution eats carriage-return characters in some cases such as
the Pine-A64-LTS board connected via an TTL-232R-RPi cable.
This commit is contained in:
Norman Feske 2021-03-12 15:08:11 +01:00
parent 15780a657c
commit 2c85e48a0d
2 changed files with 0 additions and 2 deletions

View File

@ -78,7 +78,6 @@ proc run_log { wait_for_re timeout_value } {
spawn /bin/sh -c "$amt_cmd"
set output_spawn_id $spawn_id
fconfigure $output_spawn_id -translation { crlf lf }
set kernel_msg [run_boot_string]

View File

@ -55,7 +55,6 @@ proc run_log { wait_for_re timeout_value } {
spawn /bin/sh -c "$serial_cmd_chain"
set output_spawn_id $spawn_id
fconfigure $output_spawn_id -translation { crlf lf }
expect {
-i $output_spawn_id $kernel_msg { }