Norman Feske
2c85e48a0d
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.
2021-03-12 15:08:11 +01:00
Christian Helmuth
f1b1dd26cf
run: tweak CRLF translation in log scripts
...
Ideally, I'd like to disable expects's translation here, which does not
work. The current setting is the result of testing all combinations.
2019-11-19 14:42:23 +01:00
Josef Söntgen
0f47ac958b
log/serial: handle spurious EOF
...
While booting up, some devices send garbage over the serial connection.
This can result in an unexpected EOF event within expect(1). A filter
program may be specified with '--log-serial-filter' to circumvent this
problem. Then, the output of the serial program is piped through
the filter, which may sanitize the character stream.
Fixes #1395 .
2015-02-17 16:01:37 +01:00
Josef Söntgen
7617833365
run: capture kernel msg to detect boot errors
...
Handle boot errors like the old run tool did by checking a kernel
specific string on boot up and start the run script timeout afterwards.
Issue #1395 .
2015-02-16 14:01:45 +01:00
Josef Söntgen
4caf12cd16
tool/run: decrease timeout in log/serial
...
Set the timeout to 60s. The original value of 210s is too long and
delays the testing process unnecessarily.
Fixes #1395 .
2015-02-16 13:40:35 +01:00
Josef Söntgen
c706b1c0a7
run: modularize run tool
2015-01-26 12:28:40 +01:00