Skip to content

Commit

Permalink
tests/evtimer_msg: run tests with echo=True by default
Browse files Browse the repository at this point in the history
(cherry picked from commit 842bc88)
  • Loading branch information
cladmi committed Aug 9, 2018
1 parent 6defcb0 commit dd52040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/evtimer_msg/tests/01-run.py
Expand Up @@ -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))

0 comments on commit dd52040

Please sign in to comment.