mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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'))
|
||||
import testrunner
|
||||
|
||||
|
||||
def testfunc(child):
|
||||
child.expect('first thread\r\n')
|
||||
child.expect('second thread\r\n')
|
||||
|
Loading…
Reference in New Issue
Block a user