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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.py

Issue 1915003004: Reflect new naming of isolate files for android_webview_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_android/example.py
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
index ccd188f5f055181b373b695b5c4d4a32383464c3..ee7b2a91cbae86c1942a14c3934b84ef040959d4 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -181,7 +181,7 @@ def RunSteps(api, buildername):
name='AndroidWebViewTest',
apk_under_test=api.chromium_android.apk_path('AndroidWebView.apk'),
test_apk=api.chromium_android.apk_path('AndroidWebViewTest.apk'),
- isolate_file_path='android_webview/android_webview_test_apk.isolate',
+ isolate_file_path='android_webview/android_webview_test_data.isolate',
flakiness_dashboard='test-results.appspot.com',
annotation='SmallTest',
except_annotation='FlakyTest',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium_android/example.expected/basic_builder_basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698