Changeset 4187


Ignore:
Timestamp:
Jun 29, 2012 6:41:53 AM (12 years ago)
Author:
nanang
Message:

Re #1523: sipp output redirection to /dev/null somehow caused sipp unresponsive when the test is run under cdash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/pjsua/mod_sipp.py

    r4183 r4187  
    8585        # redirect output to NULL 
    8686        global FDEVNULL 
    87         FDEVNULL  = open(os.devnull, 'w') 
     87        #FDEVNULL  = open(os.devnull, 'w') 
     88        FDEVNULL  = open("logs/sipp_output.tmp", 'w') 
    8889        sipp_proc = subprocess.Popen(fullcmd, shell=G_INUNIX, stdout=FDEVNULL, stderr=FDEVNULL) 
    8990 
Note: See TracChangeset for help on using the changeset viewer.