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

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

Issue 1874563004: Add test CL Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 4 years, 6 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/whitespace.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_android/api.py
diff --git a/scripts/slave/recipe_modules/chromium_android/api.py b/scripts/slave/recipe_modules/chromium_android/api.py
index ee277ae329b1cd1860967848e05c8e0c4ddd28d5..060dae70086ce75603bc59b95a6ed37633e6aaf9 100644
--- a/scripts/slave/recipe_modules/chromium_android/api.py
+++ b/scripts/slave/recipe_modules/chromium_android/api.py
@@ -133,6 +133,9 @@ class AndroidApi(recipe_api.RecipeApi):
self.clean_local_files()
+ if gclient_config != 'android_bare': # pragma: no cover
+ self.m.step('hihihihihi', ['echo', 'supbreh'])
+
return result
def clean_local_files(self):
« no previous file with comments | « no previous file | scripts/slave/whitespace.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698