1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-30 00:41:17 +01:00

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

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

View File

@ -32,4 +32,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))