Skip to content
Snippets Groups Projects
Unverified Commit 11d2cdb2 authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

tests/cbor: run tests with echo=True by default

parent 842bc88d
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment