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

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

Issue 2426583002: libyuv: Switch {client,tryserver}.libyuv to GN (Closed)
Patch Set: Fix recipe errors Created 4 years, 2 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
Index: scripts/slave/recipe_modules/libyuv/api.py
diff --git a/scripts/slave/recipe_modules/libyuv/api.py b/scripts/slave/recipe_modules/libyuv/api.py
index 599dae2aae4f4b816b4b469cf4ec691988dc1cd3..778885b8464786ae916b503c0c926c13e32683e5 100644
--- a/scripts/slave/recipe_modules/libyuv/api.py
+++ b/scripts/slave/recipe_modules/libyuv/api.py
@@ -121,7 +121,7 @@ class LibyuvApi(recipe_api.RecipeApi):
with self.m.step.defer_results():
if self.m.chromium.c.TARGET_PLATFORM == 'android':
self.m.chromium_android.common_tests_setup_steps()
- self.m.chromium_android.run_test_suite('yuv_unittest')
kjellander_chromium 2016/10/17 11:20:35 The Android binary was named like this because of
+ self.m.chromium_android.run_test_suite('libyuv_unittest')
self.m.chromium_android.shutdown_device_monitor()
self.m.chromium_android.logcat_dump(
gs_bucket=self.master_config.get('build_gs_bucket'))

Powered by Google App Engine
This is Rietveld 408576698