Changeset 90433 in webkit


Ignore:
Timestamp:
Jul 5, 2011, 8:50:23 PM (14 years ago)
Author:
eric@webkit.org
Message:

2011-07-05 Eric Seidel <eric@webkit.org>

Make run-webkit-tests pass --verbose to new-run-webkit-tests on qt/gtk bots.

Reviewed by Adam Barth.

  • Scripts/run-webkit-tests: (runningOnBuildBot):
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r90432 r90433  
     12011-07-05  Eric Seidel  <eric@webkit.org>
     2
     3        Make run-webkit-tests pass --verbose to new-run-webkit-tests on qt/gtk bots.
     4
     5        Reviewed by Adam Barth.
     6
     7        * Scripts/run-webkit-tests:
     8        (runningOnBuildBot):
     9
    1102011-07-05  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Tools/Scripts/run-webkit-tests

    r90431 r90433  
    5252    # pass --verbose to new-run-webkit-tests.  This will be removed when we
    5353    # update the buildbot config to call new-run-webkit-tests explicitly.
    54     my %isBuildBotUser = ("apple" => 1, "buildbot" => 1);
     54    my %isBuildBotUser = ("apple" => 1, "buildbot" => 1, "webkitbuildbot" => 1, "slave" => 1);
    5555    return $isBuildBotUser{$ENV{"USER"}};
    5656}
Note: See TracChangeset for help on using the changeset viewer.