mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 18:12:46 +01:00
tests/shell: remove z1 socat workaround
This commit is contained in:
parent
a3ff566708
commit
5397b4f783
@ -6,11 +6,6 @@ USEMODULE += shell
|
|||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|
||||||
# for z1, socat doesn't work (unknown reason)
|
|
||||||
ifeq (z1, $(BOARD))
|
|
||||||
RIOT_TERMINAL ?= pyterm
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Use a terminal that does not introduce extra characters into the stream.
|
# Use a terminal that does not introduce extra characters into the stream.
|
||||||
RIOT_TERMINAL ?= socat
|
RIOT_TERMINAL ?= socat
|
||||||
|
|
||||||
|
@ -15,11 +15,6 @@ TESTRUNNER_SHELL_SKIP_REBOOT = 1
|
|||||||
TESTRUNNER_RESET_BOARD_ON_STARTUP = 0
|
TESTRUNNER_RESET_BOARD_ON_STARTUP = 0
|
||||||
|
|
||||||
ifneq (,$(filter term,$(MAKECMDGOALS)))
|
ifneq (,$(filter term,$(MAKECMDGOALS)))
|
||||||
# for z1, socat doesn't work (unknown reason)
|
|
||||||
ifeq (z1, $(BOARD))
|
|
||||||
RIOT_TERMINAL ?= pyterm
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Use a terminal that does not introduce extra characters into the stream.
|
# Use a terminal that does not introduce extra characters into the stream.
|
||||||
RIOT_TERMINAL ?= socat
|
RIOT_TERMINAL ?= socat
|
||||||
else ifneq (,$(filter test,$(MAKECMDGOALS)))
|
else ifneq (,$(filter test,$(MAKECMDGOALS)))
|
||||||
|
Loading…
Reference in New Issue
Block a user