Title: [89306] trunk/Tools
Revision
89306
Author
[email protected]
Date
2011-06-20 16:23:11 -0700 (Mon, 20 Jun 2011)

Log Message

2011-06-20  Dmitry Lomov  <[email protected]>

        Reviewed by David Levin.

        https://bugs.webkit.org/show_bug.cgi?id=63017
        "Unit tests" step on bots should provide more information in case of failure.

        * BuildSlaveSupport/build.webkit.org-config/master.cfg: added --verbose flag to UnitTests step.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (89305 => 89306)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-20 23:16:24 UTC (rev 89305)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-20 23:23:11 UTC (rev 89306)
@@ -313,7 +313,7 @@
     name = "run-api-tests"
     description = ["unit tests running"]
     descriptionDone = ["unit-tests"]
-    command = ["perl", "./Tools/Scripts/run-api-tests", WithProperties("--%(configuration)s")]
+    command = ["perl", "./Tools/Scripts/run-api-tests", WithProperties("--%(configuration)s"), "--verbose"]
 
 class RunPythonTests(shell.Test):
     name = "webkitpy-test"

Modified: trunk/Tools/ChangeLog (89305 => 89306)


--- trunk/Tools/ChangeLog	2011-06-20 23:16:24 UTC (rev 89305)
+++ trunk/Tools/ChangeLog	2011-06-20 23:23:11 UTC (rev 89306)
@@ -1,3 +1,12 @@
+2011-06-20  Dmitry Lomov  <[email protected]>
+
+        Reviewed by David Levin.
+
+        https://bugs.webkit.org/show_bug.cgi?id=63017
+        "Unit tests" step on bots should provide more information in case of failure.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg: added --verbose flag to UnitTests step.
+
 2011-06-20  Dirk Pranke  <[email protected]>
 
         Reviewed by Ojan Vafai.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to