Skip to content
Snippets Groups Projects
Commit a23288fb authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

test/thread_basic: fix pep8 in testrunner script

parent c8083a67
No related branches found
No related tags found
No related merge requests found
...@@ -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.
Please register or to comment