Title: [142175] trunk/Tools
Revision
142175
Author
[email protected]
Date
2013-02-07 13:49:18 -0800 (Thu, 07 Feb 2013)

Log Message

Unreviewed. Patch for testing Win EWS bots.

* Scripts/webkitpy/tool/steps/runtests.py:
(RunTests.run):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (142174 => 142175)


--- trunk/Tools/ChangeLog	2013-02-07 21:44:17 UTC (rev 142174)
+++ trunk/Tools/ChangeLog	2013-02-07 21:49:18 UTC (rev 142175)
@@ -1,3 +1,10 @@
+2013-02-07  Roger Fong  <[email protected]>
+
+        Unreviewed. Patch for testing Win EWS bots.
+
+        * Scripts/webkitpy/tool/steps/runtests.py:
+        (RunTests.run):
+
 2013-02-07  Gavin Peters  <[email protected]>
 
         Unreviewed, rolling out r142165.

Modified: trunk/Tools/Scripts/webkitpy/tool/steps/runtests.py (142174 => 142175)


--- trunk/Tools/Scripts/webkitpy/tool/steps/runtests.py	2013-02-07 21:44:17 UTC (rev 142174)
+++ trunk/Tools/Scripts/webkitpy/tool/steps/runtests.py	2013-02-07 21:49:18 UTC (rev 142175)
@@ -91,6 +91,8 @@
             ])
 
             try:
+                print "BUILD CONFIGURATION";
+                print self._options.build_style;
                 if self._options.build_style == "release":
                     args.append("--release")
                 elif self._options.build_style == "debug":
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to