Changeset 73928 in webkit


Ignore:
Timestamp:
Dec 13, 2010 10:22:58 AM (13 years ago)
Author:
Dimitri Glazkov
Message:

2010-12-13 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Ojan Vafai.

Remove "use-drt" option from test step command line, since the option was removed in r73748.
https://bugs.webkit.org/show_bug.cgi?id=50936

  • BuildSlaveSupport/build.webkit.org-config/master.cfg: Removed the option.
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

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

    r73908 r73928  
    255255               "--master-name", "webkit.org",
    256256               "--test-results-server", "test-results.appspot.com",
    257                WithProperties("--%(configuration)s"), "--use-drt"]
     257               WithProperties("--%(configuration)s")]
    258258
    259259
  • trunk/WebKitTools/ChangeLog

    r73908 r73928  
     12010-12-13  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        Remove "use-drt" option from test step command line, since the option was removed in r73748.
     6        https://bugs.webkit.org/show_bug.cgi?id=50936
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Removed the option.
     9
    1102010-12-13  Patrick Gansterer  <paroga@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.