summaryrefslogtreecommitdiff
path: root/tests/pjsua/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/run.py')
-rw-r--r--tests/pjsua/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/run.py b/tests/pjsua/run.py
index d6d558b1..7eee316a 100644
--- a/tests/pjsua/run.py
+++ b/tests/pjsua/run.py
@@ -143,7 +143,7 @@ class Expect:
raise inc.TestError(self.name + ": Premature EOF")
# Print the line if echo is ON
if self.echo:
- print self.name + ": " + line,
+ print self.name + ": " + line.rstrip()
# Trap assertion error
if self.ra.search(line) != None:
if raise_on_error: