summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/pjsua/mod_sipp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pjsua/mod_sipp.py b/tests/pjsua/mod_sipp.py
index 82e6b75a..5e0f14cb 100644
--- a/tests/pjsua/mod_sipp.py
+++ b/tests/pjsua/mod_sipp.py
@@ -84,7 +84,8 @@ def start_sipp():
else:
# redirect output to NULL
global FDEVNULL
- FDEVNULL = open(os.devnull, 'w')
+ #FDEVNULL = open(os.devnull, 'w')
+ FDEVNULL = open("logs/sipp_output.tmp", 'w')
sipp_proc = subprocess.Popen(fullcmd, shell=G_INUNIX, stdout=FDEVNULL, stderr=FDEVNULL)
if not SIPP_BG_MODE: