diff --git a/tests/cbor/Makefile b/tests/cbor/Makefile index 5e565c1264..b1710c916b 100644 --- a/tests/cbor/Makefile +++ b/tests/cbor/Makefile @@ -21,6 +21,4 @@ USEMODULE += cbor_semantic_tagging include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/evtimer_msg/Makefile b/tests/evtimer_msg/Makefile index fff087ba1d..ca5e0d27ec 100644 --- a/tests/evtimer_msg/Makefile +++ b/tests/evtimer_msg/Makefile @@ -8,6 +8,4 @@ USEMODULE += evtimer include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/evtimer_underflow/Makefile b/tests/evtimer_underflow/Makefile index fff087ba1d..ca5e0d27ec 100644 --- a/tests/evtimer_underflow/Makefile +++ b/tests/evtimer_underflow/Makefile @@ -8,6 +8,4 @@ USEMODULE += evtimer include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/gnrc_ipv6_ext/Makefile b/tests/gnrc_ipv6_ext/Makefile index 41bc0f3b35..1f114b454b 100644 --- a/tests/gnrc_ipv6_ext/Makefile +++ b/tests/gnrc_ipv6_ext/Makefile @@ -32,6 +32,4 @@ include $(RIOTBASE)/Makefile.include # This requires ENABLE_DEBUG in gnrc_ipv6.c to be 1 test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/gnrc_ipv6_nib/Makefile b/tests/gnrc_ipv6_nib/Makefile index 317243122f..e2fee99a07 100644 --- a/tests/gnrc_ipv6_nib/Makefile +++ b/tests/gnrc_ipv6_nib/Makefile @@ -16,6 +16,4 @@ CFLAGS += -DTEST_SUITES include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile b/tests/gnrc_ipv6_nib_6ln/Makefile index eb2ab1e6e6..779e22bc1b 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile +++ b/tests/gnrc_ipv6_nib_6ln/Makefile @@ -19,6 +19,4 @@ CFLAGS += -DTEST_SUITES include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/gnrc_ndp2/Makefile b/tests/gnrc_ndp2/Makefile index 0e4b1bfd9d..3122a5b958 100644 --- a/tests/gnrc_ndp2/Makefile +++ b/tests/gnrc_ndp2/Makefile @@ -14,6 +14,4 @@ CFLAGS += -DTEST_SUITES include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/gnrc_netif2/Makefile b/tests/gnrc_netif2/Makefile index f757c9248e..92e7d4ea0b 100644 --- a/tests/gnrc_netif2/Makefile +++ b/tests/gnrc_netif2/Makefile @@ -33,6 +33,4 @@ CFLAGS += -DTEST_SUITES include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/gnrc_sixlowpan/Makefile b/tests/gnrc_sixlowpan/Makefile index a25ebbe21e..f98cd8c11b 100644 --- a/tests/gnrc_sixlowpan/Makefile +++ b/tests/gnrc_sixlowpan/Makefile @@ -28,6 +28,4 @@ CFLAGS += -DDEVELHELP include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/lwip/tests/01-run.py b/tests/lwip/tests/01-run.py index e48dd4b137..ede319ffca 100755 --- a/tests/lwip/tests/01-run.py +++ b/tests/lwip/tests/01-run.py @@ -292,7 +292,6 @@ def test_triple_send(board_group, application, env=None): receiver.expect(u"00000000 DE AD BE EF") if __name__ == "__main__": - del os.environ['TERMFLAGS'] TestStrategy().execute([BoardGroup((Board("native", "tap0"), \ Board("native", "tap1")))], \ [test_ipv6_send, test_udpv6_send, test_tcpv6_send, diff --git a/tests/mutex_order/Makefile b/tests/mutex_order/Makefile index d3b25bc7af..d91b83d381 100644 --- a/tests/mutex_order/Makefile +++ b/tests/mutex_order/Makefile @@ -7,6 +7,4 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f0 include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/od/Makefile b/tests/od/Makefile index 29939dec76..1da1fdbbcb 100644 --- a/tests/od/Makefile +++ b/tests/od/Makefile @@ -12,6 +12,4 @@ CFLAGS += -DDEVELHELP include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/rmutex/Makefile b/tests/rmutex/Makefile index d0cf6279fa..109a9101e9 100644 --- a/tests/rmutex/Makefile +++ b/tests/rmutex/Makefile @@ -7,6 +7,4 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031 nucleo-f0 include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/01-run.py + tests/01-run.py diff --git a/tests/thread_flood/Makefile b/tests/thread_flood/Makefile index 1a78b3b869..bcf5238ff4 100644 --- a/tests/thread_flood/Makefile +++ b/tests/thread_flood/Makefile @@ -6,6 +6,4 @@ DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include test: -# `testrunner` calls `make term` recursively, results in duplicated `TERMFLAGS`. -# So clears `TERMFLAGS` before run. - TERMFLAGS= tests/test_thread.py + tests/test_thread.py