mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
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:
parent
15780a657c
commit
2c85e48a0d
@ -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]
|
||||
|
||||
|
@ -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 { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user