Skip to content
Snippets Groups Projects
Unverified Commit 2ffd0427 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #7838 from aabadie/test_thread_basic

tests/thread_basic: rename python testrunner script
parents 76f1e9c8 a23288fb
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,4 @@ DISABLE_MODULE += auto_init ...@@ -8,4 +8,4 @@ DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test: test:
./tests/test_thread.py ./tests/01-run.py
...@@ -12,6 +12,7 @@ import sys ...@@ -12,6 +12,7 @@ import sys
sys.path.append(os.path.join(os.environ['RIOTBASE'], 'dist/tools/testrunner')) sys.path.append(os.path.join(os.environ['RIOTBASE'], 'dist/tools/testrunner'))
import testrunner import testrunner
def testfunc(child): def testfunc(child):
child.expect('first thread\r\n') child.expect('first thread\r\n')
child.expect('second thread\r\n') child.expect('second thread\r\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment