From c8083a6767c8916f7c9d98e620c21fbd35ded99e Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 7 Nov 2017 20:28:32 +0100 Subject: [PATCH] tests/thread_basic: rename python testrunner script --- tests/thread_basic/Makefile | 2 +- tests/thread_basic/tests/{test_thread.py => 01-run.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/thread_basic/tests/{test_thread.py => 01-run.py} (100%) diff --git a/tests/thread_basic/Makefile b/tests/thread_basic/Makefile index fb1a878b58..88bff49dbd 100644 --- a/tests/thread_basic/Makefile +++ b/tests/thread_basic/Makefile @@ -8,4 +8,4 @@ DISABLE_MODULE += auto_init include $(RIOTBASE)/Makefile.include test: - ./tests/test_thread.py + ./tests/01-run.py diff --git a/tests/thread_basic/tests/test_thread.py b/tests/thread_basic/tests/01-run.py similarity index 100% rename from tests/thread_basic/tests/test_thread.py rename to tests/thread_basic/tests/01-run.py -- GitLab