Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: testing/buildbot/chromium.linux.json

Issue 1036513008: Make the webview_licenses.py step's name in Android bot more clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index ed29387268c22db523d7f2678dab5a9275f69ed8..7d74bc4931fb90ad867a9291d03e68b1eb6bee15 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -577,7 +577,7 @@
"Android Tests (dbg)": {
"scripts": [
{
- "name": "check_licenses",
+ "name": "webview_licenses",
"script": "webview_licenses.py"
}
]
@@ -585,7 +585,7 @@
"Android Tests": {
"scripts": [
{
- "name": "check_licenses",
+ "name": "webview_licenses",
"script": "webview_licenses.py"
}
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698