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

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

parent e0c44423
No related branches found
No related tags found
No related merge requests found
...@@ -32,4 +32,4 @@ def testfunc(child): ...@@ -32,4 +32,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))
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