tests/shell: Use socat as the RIOT_TERMINAL.
For test scripts, a terminal that does not modify the input and output streams, configured without local echo, is preferred as it ensures the test setup is introducing as little noise as possible.
This commit is contained in:
parent
950b83e63e
commit
cdfece682f
@ -6,6 +6,9 @@ USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
|
||||
# Use a terminal that does not introduce extra characters into the stream.
|
||||
RIOT_TERMINAL ?= socat
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
# chronos is missing a getchar implementation
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user