mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
test/thread_basic: fix pep8 in testrunner script
This commit is contained in:
parent
c8083a6767
commit
a23288fbdd
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user