Changeset 2033 for pjproject/trunk/pjsip-apps/src/test-pjsua/runall.py
- Timestamp:
- Jun 20, 2008 12:25:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/runall.py
r2028 r2033 13 13 excluded_tests = [ "svn", 14 14 "pyc", 15 "scripts-call/150_srtp_1_2",16 "scripts-call/150_srtp_2_1" ,17 "scripts-call/300_ice_1_1"]15 #"scripts-call/150_srtp_1_2", 16 "scripts-call/150_srtp_2_1" 17 ] 18 18 19 19 # Add basic tests … … 28 28 for f in os.listdir("scripts-pres"): 29 29 tests.append("mod_pres.py scripts-pres/" + f) 30 31 # Add mod_sendto tests 32 for f in os.listdir("scripts-sendto"): 33 tests.append("mod_sendto.py scripts-sendto/" + f) 30 34 31 35 # Filter-out excluded tests
Note: See TracChangeset
for help on using the changeset viewer.