Changeset 89306 in webkit


Ignore:
Timestamp:
Jun 20, 2011 4:23:11 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-20 Dmitry Lomov <dslomov@google.com>

Reviewed by David Levin.

https://bugs.webkit.org/show_bug.cgi?id=63017
"Unit tests" step on bots should provide more information in case of failure.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg: added --verbose flag to UnitTests step.
Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r89267 r89306  
    314314    description = ["unit tests running"]
    315315    descriptionDone = ["unit-tests"]
    316     command = ["perl", "./Tools/Scripts/run-api-tests", WithProperties("--%(configuration)s")]
     316    command = ["perl", "./Tools/Scripts/run-api-tests", WithProperties("--%(configuration)s"), "--verbose"]
    317317
    318318class RunPythonTests(shell.Test):
  • trunk/Tools/ChangeLog

    r89302 r89306  
     12011-06-20  Dmitry Lomov  <dslomov@google.com>
     2
     3        Reviewed by David Levin.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=63017
     6        "Unit tests" step on bots should provide more information in case of failure.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg: added --verbose flag to UnitTests step.
     9
    1102011-06-20  Dirk Pranke  <dpranke@chromium.org>
    211
Note: See TracChangeset for help on using the changeset viewer.