Skip to content
Snippets Groups Projects
Commit 89475e72 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

testrunner: spawnu 'make term' with 'codec_errors="replace"'

parent 012c016b
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ def find_exc_origin(exc_info):
def run(testfunc, timeout=10, echo=True, traceback=False):
env = os.environ.copy()
child = pexpect.spawnu("make term", env=env, timeout=timeout)
child = pexpect.spawnu("make term", env=env, timeout=timeout, codec_errors='replace')
# on many platforms, the termprog needs a short while to be ready...
time.sleep(MAKE_TERM_STARTED_DELAY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment