diff --git a/tests/lwip/tests/01-run.py b/tests/lwip/tests/01-run.py index 652455ccff..6c7f62c8da 100755 --- a/tests/lwip/tests/01-run.py +++ b/tests/lwip/tests/01-run.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # -*- coding: utf-8 -*- # vim:fenc=utf-8 # diff --git a/tests/thread_msg_block_w_queue/Makefile b/tests/thread_msg_block_w_queue/Makefile index fbc64266e3..59ff51cb57 100644 --- a/tests/thread_msg_block_w_queue/Makefile +++ b/tests/thread_msg_block_w_queue/Makefile @@ -7,6 +7,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/01-run.py + tests/01-run.py diff --git a/tests/thread_msg_block_wo_queue/Makefile b/tests/thread_msg_block_wo_queue/Makefile index fbc64266e3..59ff51cb57 100644 --- a/tests/thread_msg_block_wo_queue/Makefile +++ b/tests/thread_msg_block_wo_queue/Makefile @@ -7,6 +7,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/01-run.py + tests/01-run.py diff --git a/tests/xtimer_usleep/tests/01-run.py b/tests/xtimer_usleep/tests/01-run.py index 74ba91d31d..1cc3f17577 100755 --- a/tests/xtimer_usleep/tests/01-run.py +++ b/tests/xtimer_usleep/tests/01-run.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # vim:fenc=utf-8 diff --git a/tests/xtimer_usleep_short/tests/01-run.py b/tests/xtimer_usleep_short/tests/01-run.py index 815c166e0d..d242289512 100755 --- a/tests/xtimer_usleep_short/tests/01-run.py +++ b/tests/xtimer_usleep_short/tests/01-run.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (C) 2017 Michel Rottleuthner #