1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Revert "makefiles/tests/tests.inc.mk: use native term for tests"

This reverts commit b166327354.
This commit is contained in:
Benjamin Valentin 2024-01-16 15:49:03 +01:00
parent 3c31000a61
commit 7658e01223

View File

@ -22,10 +22,6 @@ TEST_DEPS += $(TERMDEPS)
TEST_EXECUTOR ?=
TEST_EXECUTOR_FLAGS ?=
ifeq (native, $(BOARD))
TEST_EXECUTOR := RIOT_TERMINAL=native $(TEST_EXECUTOR)
endif
test: $(TEST_DEPS)
$(Q) for t in $(TESTS); do \
$(TEST_EXECUTOR) $(TEST_EXECUTOR_FLAGS) $$t || exit 1; \