Title: [136929] trunk/Tools
Revision
136929
Author
[email protected]
Date
2012-12-07 00:04:35 -0800 (Fri, 07 Dec 2012)

Log Message

Unreviewed fix after r136896, unbreak --debug-rwt to make bots result verbose again.
https://bugs.webkit.org/show_bug.cgi?id=104296

* Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(main):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (136928 => 136929)


--- trunk/Tools/ChangeLog	2012-12-07 07:46:58 UTC (rev 136928)
+++ trunk/Tools/ChangeLog	2012-12-07 08:04:35 UTC (rev 136929)
@@ -1,3 +1,11 @@
+2012-12-06  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed fix after r136896, unbreak --debug-rwt to make bots result verbose again.
+        https://bugs.webkit.org/show_bug.cgi?id=104296
+
+        * Scripts/webkitpy/layout_tests/run_webkit_tests.py:
+        (main):
+
 2012-12-06  Rick Byers  <[email protected]>
 
         CSS cursor property should support webkit-image-set

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py (136928 => 136929)


--- trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2012-12-07 07:46:58 UTC (rev 136928)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py	2012-12-07 08:04:35 UTC (rev 136929)
@@ -420,6 +420,8 @@
         print >> stderr, str(e)
         return EXCEPTIONAL_EXIT_STATUS
 
+    logging.getLogger().setLevel(logging.DEBUG if options.debug_rwt_logging else logging.INFO)
+
     if options.lint_test_files:
         return lint(port, options, stderr)
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to