1
0
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:
Alexandre Abadie 2017-11-07 20:29:41 +01:00
parent c8083a6767
commit a23288fbdd

View File

@ -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')