Skip to content

Commit

Permalink
tests/build_system/test_tools: use native terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 22, 2023
1 parent c0e71b0 commit 90dad75
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 90dad75

Please sign in to comment.