Changeset 2398
- Timestamp:
- Dec 29, 2008 2:52:29 PM (16 years ago)
- Location:
- pjproject/trunk/tests/pjsua
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/run.py
r2392 r2398 81 81 G_INUNIX = False 82 82 else: 83 f = open("../../ ../build.mak", "r")83 f = open("../../build.mak", "r") 84 84 while True: 85 85 line = f.readline() -
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.