Changeset 2398 for pjproject/trunk/tests/pjsua/runall.py
- Timestamp:
- Dec 29, 2008 2:52:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/runall.py
r2111 r2398 57 57 for pat in excluded_tests: 58 58 tests = [t for t in tests if t.find(pat)==-1] 59 60 # List the tests only? 61 if len(sys.argv)==2 and sys.argv[1]=="--list": 62 for t in tests: 63 print t 64 sys.exit(0) 59 65 60 66 # Resume test?
Note: See TracChangeset
for help on using the changeset viewer.