1
0
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:
benpicco 2023-12-22 19:38:41 +00:00 committed by GitHub
commit 5898c80334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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