Changeset 90040 in webkit


Ignore:
Timestamp:
Jun 29, 2011 1:55:24 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-06-29 Adam Barth <abarth@webkit.org>

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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r89746 r90040  
    260260
    261261class NewRunWebKitTests(RunWebKitTests):
    262     command = ["python", "./Tools/Scripts/new-run-webkit-tests", "--noshow-results",
     262    command = ["python", "./Tools/Scripts/new-run-webkit-tests",
     263               "--no-show-results", "--no-new-test-results",
    263264               "--verbose", "--results-directory", "layout-test-results",
    264265               "--builder-name", WithProperties("%(buildername)s"),
  • trunk/Tools/ChangeLog

    r90036 r90040  
     12011-06-29  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Pass --no-new-test-results to NRWT on build.webkit.org
     6        https://bugs.webkit.org/show_bug.cgi?id=63653
     7
     8        This is in preparation for https://bugs.webkit.org/show_bug.cgi?id=38063.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
     11
    1122011-06-29  Xan Lopez  <xlopez@igalia.com>
    213
Note: See TracChangeset for help on using the changeset viewer.