Changeset 1764
- Timestamp:
- 08/07/08 16:17:29 (4 months ago)
- Files:
-
- cherokee/trunk/qa/run-tests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/qa/run-tests.py
r1741 r1764 250 250 os.execl (VALGRIND_PATH, "valgrind", "--leak-check=full", "--num-callers=40", "-v", "--leak-resolution=high", server, "-C", cfg_file) 251 251 elif strace: 252 if sys.platform.startswith('darwin') or 252 if sys.platform.startswith('darwin') or \ 253 253 sys.platform.startswith('sunos'): 254 254 os.execl (DTRUSS_PATH, "dtruss", server, "-C", cfg_file)