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

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

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