Title: [142182] trunk/Tools
- Revision
- 142182
- Author
- [email protected]
- Date
- 2013-02-07 14:52:40 -0800 (Thu, 07 Feb 2013)
Log Message
Unreviewed. Fix syntax error in runtests.py.
* Scripts/webkitpy/tool/steps/runtests.py:
(RunTests.run):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (142181 => 142182)
--- trunk/Tools/ChangeLog 2013-02-07 22:44:17 UTC (rev 142181)
+++ trunk/Tools/ChangeLog 2013-02-07 22:52:40 UTC (rev 142182)
@@ -1,5 +1,12 @@
2013-02-07 Roger Fong <[email protected]>
+ Unreviewed. Fix syntax error in runtests.py.
+
+ * Scripts/webkitpy/tool/steps/runtests.py:
+ (RunTests.run):
+
+2013-02-07 Roger Fong <[email protected]>
+
Temporary fix for Win EWS bots.
Don't build DRT since it has already been built in the build step.
Modified: trunk/Tools/Scripts/webkitpy/tool/steps/runtests.py (142181 => 142182)
--- trunk/Tools/Scripts/webkitpy/tool/steps/runtests.py 2013-02-07 22:44:17 UTC (rev 142181)
+++ trunk/Tools/Scripts/webkitpy/tool/steps/runtests.py 2013-02-07 22:52:40 UTC (rev 142182)
@@ -103,7 +103,7 @@
if sys.platform != "cygwin":
args.append("--quiet")
args.append("--skip-failing-tests")
- else
+ else:
args.append("--no-build");
if self._options.quiet:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes