Title: [89182] trunk/Tools
Revision
89182
Author
[email protected]
Date
2011-06-17 18:09:38 -0700 (Fri, 17 Jun 2011)

Log Message

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

        Reviewed by Daniel Bates.

        https://bugs.webkit.org/show_bug.cgi?id=62918
        Pass configuration to UnitTests step in master.cfg

        * BuildSlaveSupport/build.webkit.org-config/master.cfg:

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-18 00:43:15 UTC (rev 89181)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-18 01:09:38 UTC (rev 89182)
@@ -313,7 +313,7 @@
     name = "run-api-tests"
     description = ["unit tests running"]
     descriptionDone = ["unit-tests"]
-    command = ["perl", "./Tools/Scripts/run-api-tests"]
+    command = ["perl", "./Tools/Scripts/run-api-tests", WithProperties("--%(configuration)s")]
 
 class RunPythonTests(shell.Test):
     name = "webkitpy-test"

Modified: trunk/Tools/ChangeLog (89181 => 89182)


--- trunk/Tools/ChangeLog	2011-06-18 00:43:15 UTC (rev 89181)
+++ trunk/Tools/ChangeLog	2011-06-18 01:09:38 UTC (rev 89182)
@@ -1,3 +1,12 @@
+2011-06-17  Dmitry Lomov  <[email protected]>
+
+        Reviewed by Daniel Bates.
+
+        https://bugs.webkit.org/show_bug.cgi?id=62918 
+        Pass configuration to UnitTests step in master.cfg
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2011-06-17  Leandro Pereira  <[email protected]>
 
         Reviewed by Eric Seidel.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to