Changeset 1588
- Timestamp:
- 06/20/08 18:40:21 (3 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/qa/run-tests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1587 r1588 1 1 2008-06-20 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * qa/run-tests.py: Print cherokee-panic path as well. 2 4 3 5 * cherokee/macros.h (PRINT_ERRNO): Fix: It was not printing the cherokee/trunk/qa/run-tests.py
r1586 r1588 249 249 print "Server" 250 250 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) 254 255 print 255 256