Changeset 1588

Show
Ignore:
Timestamp:
06/20/08 18:40:21 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1587 r1588  
    112008-06-20  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * qa/run-tests.py: Print cherokee-panic path as well. 
    24 
    35        * cherokee/macros.h (PRINT_ERRNO): Fix: It was not printing the 
  • cherokee/trunk/qa/run-tests.py

    r1586 r1588  
    249249        print "Server" 
    250250        print_key ('PID', str(pid)); 
    251         print_key ('Path', CHEROKEE_PATH) 
    252         print_key ('Mods', CHEROKEE_MODS) 
    253         print_key ('Deps', CHEROKEE_DEPS) 
     251        print_key ('Path',  CHEROKEE_PATH) 
     252        print_key ('Mods',  CHEROKEE_MODS) 
     253        print_key ('Deps',  CHEROKEE_DEPS) 
     254        print_key ('Panic', CHEROKEE_PANIC) 
    254255        print 
    255256