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__":
|
if __name__ == "__main__":
|
||||||
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
sys.path.append(os.path.join(os.environ['RIOTTOOLS'], 'testrunner'))
|
||||||
from testrunner import run
|
from testrunner import run
|
||||||
sys.exit(run(testfunc, echo=False))
|
sys.exit(run(testfunc))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user