Title: [160419] trunk/Tools
- Revision
- 160419
- Author
- [email protected]
- Date
- 2013-12-11 02:54:06 -0800 (Wed, 11 Dec 2013)
Log Message
Fixed test-wepkitpy logging for buildslaves
https://bugs.webkit.org/show_bug.cgi?id=125445
Patch by Dániel Bátyai <[email protected]> on 2013-12-11
Reviewed by Csaba Osztrogonác.
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunPythonTests):
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (160418 => 160419)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2013-12-11 10:51:06 UTC (rev 160418)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2013-12-11 10:54:06 UTC (rev 160419)
@@ -506,7 +506,7 @@
name = "webkitpy-test"
description = ["python-tests running"]
descriptionDone = ["python-tests"]
- command = ["python", "./Tools/Scripts/test-webkitpy"]
+ command = ["python", "./Tools/Scripts/test-webkitpy", "--verbose"]
failedTestsFormatString = "%d python tests failed"
def start(self):
Modified: trunk/Tools/ChangeLog (160418 => 160419)
--- trunk/Tools/ChangeLog 2013-12-11 10:51:06 UTC (rev 160418)
+++ trunk/Tools/ChangeLog 2013-12-11 10:54:06 UTC (rev 160419)
@@ -1,3 +1,13 @@
+2013-12-11 Dániel Bátyai <[email protected]>
+
+ Fixed test-wepkitpy logging for buildslaves
+ https://bugs.webkit.org/show_bug.cgi?id=125445
+
+ Reviewed by Csaba Osztrogonác.
+
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+ (RunPythonTests):
+
2013-12-11 Mario Sanchez Prada <[email protected]>
Programmatically-inserted children lack accessibility events
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes