Ignore:
Timestamp:
Jun 26, 2008 12:26:52 PM (16 years ago)
Author:
nanang
Message:

Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/run.py

    r2036 r2057  
    144144        sys.exit(1) 
    145145 
     146if script.test.skip: 
     147        print "Test " + script.test.title + " is skipped" 
     148        sys.exit(0) 
     149 
    146150if len(script.test.inst_params) == 0: 
    147151        print "Error: test doesn't contain pjsua run descriptions" 
Note: See TracChangeset for help on using the changeset viewer.