Changeset 90433 in webkit
- Timestamp:
- Jul 5, 2011, 8:50:23 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r90432 r90433 1 2011-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 1 10 2011-07-05 Adam Barth <abarth@webkit.org> 2 11 -
trunk/Tools/Scripts/run-webkit-tests
r90431 r90433 52 52 # pass --verbose to new-run-webkit-tests. This will be removed when we 53 53 # 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); 55 55 return $isBuildBotUser{$ENV{"USER"}}; 56 56 }
Note:
See TracChangeset
for help on using the changeset viewer.