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:
parent
842bc88d4e
commit
11d2cdb2ac
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user