Changeset 2067 for pjproject/trunk/pjsip-apps/src/test-pjsua/run.py
- Timestamp:
- Jun 26, 2008 8:23:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/run.py
r2062 r2067 60 60 self.echo = inst_param.echo_enabled 61 61 self.trace_enabled = inst_param.trace_enabled 62 fullcmd = G_EXE + " " + inst_param.arg + " --stdout- refresh=5 --stdout-refresh-text=" + const.STDOUT_REFRESH62 fullcmd = G_EXE + " " + inst_param.arg + " --stdout-no-buf --stdout-refresh=5 --stdout-refresh-text=" + const.STDOUT_REFRESH 63 63 self.trace("Popen " + fullcmd) 64 64 self.proc = subprocess.Popen(fullcmd, shell=G_INUNIX, bufsize=0, stdin=subprocess.PIPE, stdout=subprocess.PIPE, universal_newlines=False)
Note: See TracChangeset
for help on using the changeset viewer.