Changeset 1764

Show
Ignore:
Timestamp:
08/07/08 16:17:29 (4 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/qa/run-tests.py

    r1741 r1764  
    250250                os.execl (VALGRIND_PATH, "valgrind", "--leak-check=full", "--num-callers=40", "-v", "--leak-resolution=high", server, "-C", cfg_file) 
    251251        elif strace: 
    252             if sys.platform.startswith('darwin') or 
     252            if sys.platform.startswith('darwin') or \ 
    253253               sys.platform.startswith('sunos'): 
    254254                os.execl (DTRUSS_PATH, "dtruss", server, "-C", cfg_file)