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

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

parent 11d2cdb2
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,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))
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