Reviewed by Ojan Vafai.
new-run-webkit-tests: log the process id in --verbose mode
As part of the switch to multi-process mode, we should log the
process id when running w/ --verbose.
https://bugs.webkit.org/show_bug.cgi?id=49571
* Scripts/webkitpy/layout_tests/layout_package/printing.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72143
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-11-16 Dirk Pranke <dpranke@chromium.org>
+
+ Reviewed by Ojan Vafai.
+
+ new-run-webkit-tests: log the process id in --verbose mode
+
+ As part of the switch to multi-process mode, we should log the
+ process id when running w/ --verbose.
+
+ https://bugs.webkit.org/show_bug.cgi?id=49571
+
+ * Scripts/webkitpy/layout_tests/layout_package/printing.py:
+
2010-11-16 Adam Roben <aroben@apple.com>
Only trigger Windows builds when files that we actually use on Windows
log_datefmt = '%y%m%d %H:%M:%S'
log_level = logging.INFO
if verbose:
- log_fmt = ('%(asctime)s %(filename)s:%(lineno)-4d %(levelname)s '
- '%(message)s')
+ log_fmt = ('%(asctime)s %(process)d %(filename)s:%(lineno)-4d %(levelname)s'
+ '%(message)s')
log_level = logging.DEBUG
root = logging.getLogger()