tests/od: run tests with echo=True by default
This commit is contained in:
parent
0e48bd0d93
commit
e354bf4174
@ -42,4 +42,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, timeout=1, echo=False))
|
||||
sys.exit(run(testfunc, timeout=1))
|
||||
|
||||
@ -42,4 +42,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, timeout=1, echo=False))
|
||||
sys.exit(run(testfunc, timeout=1))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user