Title: [90040] trunk/Tools
Revision
90040
Author
[email protected]
Date
2011-06-29 13:55:24 -0700 (Wed, 29 Jun 2011)

Log Message

2011-06-29  Adam Barth  <[email protected]>

        Reviewed by Eric Seidel.

        Pass --no-new-test-results to NRWT on build.webkit.org
        https://bugs.webkit.org/show_bug.cgi?id=63653

        This is in preparation for https://bugs.webkit.org/show_bug.cgi?id=38063.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-29 20:52:35 UTC (rev 90039)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-06-29 20:55:24 UTC (rev 90040)
@@ -259,7 +259,8 @@
 
 
 class NewRunWebKitTests(RunWebKitTests):
-    command = ["python", "./Tools/Scripts/new-run-webkit-tests", "--noshow-results",
+    command = ["python", "./Tools/Scripts/new-run-webkit-tests",
+               "--no-show-results", "--no-new-test-results",
                "--verbose", "--results-directory", "layout-test-results",
                "--builder-name", WithProperties("%(buildername)s"),
                "--build-number", WithProperties("%(buildnumber)s"),

Modified: trunk/Tools/ChangeLog (90039 => 90040)


--- trunk/Tools/ChangeLog	2011-06-29 20:52:35 UTC (rev 90039)
+++ trunk/Tools/ChangeLog	2011-06-29 20:55:24 UTC (rev 90040)
@@ -1,3 +1,14 @@
+2011-06-29  Adam Barth  <[email protected]>
+
+        Reviewed by Eric Seidel.
+
+        Pass --no-new-test-results to NRWT on build.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=63653
+
+        This is in preparation for https://bugs.webkit.org/show_bug.cgi?id=38063.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+
 2011-06-29  Xan Lopez  <[email protected]>
 
         Reviewed by Adam Barth.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to