diff --git a/tests/cbor/tests/01-run.py b/tests/cbor/tests/01-run.py index c06b36eb75..54705ff527 100755 --- a/tests/cbor/tests/01-run.py +++ b/tests/cbor/tests/01-run.py @@ -52,4 +52,4 @@ def testfunc(child): if __name__ == "__main__": sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner')) from testrunner import run - sys.exit(run(testfunc, echo=False)) + sys.exit(run(testfunc))