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:
Juan Carrano 2019-08-15 17:12:54 +02:00
parent 950b83e63e
commit cdfece682f

View File

@ -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