mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20212 from benpicco/pyterm_native-fixes
tests/build_system/test_tools: use `native` terminal
This commit is contained in:
commit
5898c80334
@ -3,6 +3,10 @@ include ../Makefile.build_system_common
|
||||
|
||||
USEMODULE += shell
|
||||
|
||||
ifeq (native, $(BOARD))
|
||||
RIOT_TERMINAL ?= native
|
||||
endif
|
||||
|
||||
# No need for test_utils_interactive_sync in this test since the test
|
||||
# synchronizes by itself through `shellping` command.
|
||||
DISABLE_MODULE += test_utils_interactive_sync
|
||||
|
Loading…
Reference in New Issue
Block a user