Skip to content

Commit

Permalink
Revert "tests/shell: not needed to use 'socat'"
Browse files Browse the repository at this point in the history
This reverts commit 3da8e83.

Sending ctrl+c is not supported by pyterm.
  • Loading branch information
cladmi committed Aug 28, 2019
1 parent 55828b3 commit d9793c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/shell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9793c5

Please sign in to comment.