mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10952 from cladmi/pr/bug/testrunner/matching_local_echo
[BUG] testrunner matching local echo
This commit is contained in:
commit
999ef3bc53
2
dist/pythonlibs/testrunner/spawn.py
vendored
2
dist/pythonlibs/testrunner/spawn.py
vendored
@ -37,7 +37,7 @@ def find_exc_origin(exc_info):
|
||||
|
||||
def setup_child(timeout=10, spawnclass=pexpect.spawnu, env=None, logfile=None):
|
||||
child = spawnclass("make term", env=env, timeout=timeout,
|
||||
codec_errors='replace')
|
||||
codec_errors='replace', echo=False)
|
||||
|
||||
# on many platforms, the termprog needs a short while to be ready...
|
||||
time.sleep(MAKE_TERM_STARTED_DELAY)
|
||||
|
Loading…
Reference in New Issue
Block a user