Changeset 2057 for pjproject/trunk/pjsip-apps/src/test-pjsua/run.py
- Timestamp:
- Jun 26, 2008 12:26:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/run.py
r2036 r2057 144 144 sys.exit(1) 145 145 146 if script.test.skip: 147 print "Test " + script.test.title + " is skipped" 148 sys.exit(0) 149 146 150 if len(script.test.inst_params) == 0: 147 151 print "Error: test doesn't contain pjsua run descriptions"
Note: See TracChangeset
for help on using the changeset viewer.