Skip to content

Commit

Permalink
Merge pull request #20212 from benpicco/pyterm_native-fixes
Browse files Browse the repository at this point in the history
tests/build_system/test_tools: use `native` terminal
  • Loading branch information
benpicco authored Dec 22, 2023
2 parents c0e71b0 + 90dad75 commit 5898c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/build_system/test_tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5898c80

Please sign in to comment.