Title: [124795] trunk/Tools
Revision
124795
Author
[email protected]
Date
2012-08-06 13:22:05 -0700 (Mon, 06 Aug 2012)

Log Message

change bots to pass --debug-rwt-logging instead of --verbose to new-run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=93043

Reviewed by Ryosuke Niwa.

in preparation for the cleanup of the logging flags in new-run-webkit-tests.

* Scripts/run-webkit-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (124794 => 124795)


--- trunk/Tools/ChangeLog	2012-08-06 19:56:45 UTC (rev 124794)
+++ trunk/Tools/ChangeLog	2012-08-06 20:22:05 UTC (rev 124795)
@@ -1,5 +1,16 @@
 2012-08-06  Dirk Pranke  <[email protected]>
 
+        change bots to pass --debug-rwt-logging instead of --verbose to new-run-webkit-tests
+        https://bugs.webkit.org/show_bug.cgi?id=93043
+
+        Reviewed by Ryosuke Niwa.
+
+        in preparation for the cleanup of the logging flags in new-run-webkit-tests.
+
+        * Scripts/run-webkit-tests:
+
+2012-08-06  Dirk Pranke  <[email protected]>
+
         nrwt: clean up logging, part 1
         https://bugs.webkit.org/show_bug.cgi?id=93018
 

Modified: trunk/Tools/Scripts/run-webkit-tests (124794 => 124795)


--- trunk/Tools/Scripts/run-webkit-tests	2012-08-06 19:56:45 UTC (rev 124794)
+++ trunk/Tools/Scripts/run-webkit-tests	2012-08-06 20:22:05 UTC (rev 124795)
@@ -93,7 +93,7 @@
     }
 
     if (runningOnBuildBot()) {
-        push(@ARGV, "--verbose", "--verbose");
+        push(@ARGV, "--debug-rwt-logging");
     }
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to