From a23288fbdd3ec312776cdb1a9bf3819a7e7f3d8f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 7 Nov 2017 20:29:41 +0100 Subject: [PATCH] test/thread_basic: fix pep8 in testrunner script --- tests/thread_basic/tests/01-run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/thread_basic/tests/01-run.py b/tests/thread_basic/tests/01-run.py index ec24410758..5a7f5034b5 100755 --- a/tests/thread_basic/tests/01-run.py +++ b/tests/thread_basic/tests/01-run.py @@ -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')