Ignore:
Timestamp:
Jun 27, 2008 11:53:00 PM (16 years ago)
Author:
bennylp
Message:

Added stdout buffering option in Python tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_1.py

    r2025 r2084  
    77                "Callee=use ICE, caller=use ICE", 
    88                [ 
    9                         InstanceParam("callee", "--null-audio --use-ice --max-calls=1"), 
    10                         InstanceParam("caller", "--null-audio --use-ice --max-calls=1") 
     9                        InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True), 
     10                        InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True) 
    1111                ] 
    1212                ) 
Note: See TracChangeset for help on using the changeset viewer.