summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-01-04 20:15:37 +0000
committerBenny Prijono <bennylp@teluu.com>2009-01-04 20:15:37 +0000
commit2d39ab19e78197e99f886ffe92ff5a1c3cdb65a1 (patch)
tree1d9b21b4c5b1e63a79daf081746279cc0a3945d6
parent53a5a92439bc355fe938807c25fdf44cf88eb156 (diff)
Fixed exception error on the Python test due to child process already exiting
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2414 74dad513-b988-da41-8d7b-12977e46ad98
-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 2a6cb9e1..90ed9e7e 100644
--- a/tests/pjsua/run.py
+++ b/tests/pjsua/run.py
@@ -161,7 +161,7 @@ class Expect:
def wait(self):
self.trace("wait")
- self.proc.communicate("q")
+ self.proc.communicate()
def trace(self, s):
if self.trace_enabled: