1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

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

This commit is contained in:
Gaëtan Harter 2018-08-09 07:13:12 +02:00
parent 842bc88d4e
commit 11d2cdb2ac
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

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