Skip to content

Commit

Permalink
tests/shell: not needed to use 'socat'
Browse files Browse the repository at this point in the history
All supported shells do now not add output when testing.
So the test can also run with `pyterm` or `jlink.sh term_rtt` for boards
that cannot use another terminal.
  • Loading branch information
cladmi committed Aug 27, 2019
1 parent 1d77a23 commit 3da8e83
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/shell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ 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
Expand Down

0 comments on commit 3da8e83

Please sign in to comment.