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

Unified Diff: infra/bots/recipe_modules/skia/default_flavor.py

Issue 2191663002: Fix silently-failing compile (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | infra/bots/recipe_modules/skia/fake_specs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipe_modules/skia/default_flavor.py
diff --git a/infra/bots/recipe_modules/skia/default_flavor.py b/infra/bots/recipe_modules/skia/default_flavor.py
index 3a444e44ba54b7aa6eff5d7cd3129fd1d3fa6c74..9c0734047ee1665338e1157e802955cc3514568d 100644
--- a/infra/bots/recipe_modules/skia/default_flavor.py
+++ b/infra/bots/recipe_modules/skia/default_flavor.py
@@ -144,6 +144,8 @@ class DefaultFlavorUtils(object):
# The linker occasionally crashes on Windows. Try again.
self._skia_api.run(self._skia_api.m.step, 'build %s' % target, cmd=cmd,
env=env, cwd=self._skia_api.m.path['checkout'])
+ else:
+ raise
if 'CommandBuffer' in self._skia_api.builder_name:
self._skia_api._run_once(self.build_command_buffer)
« no previous file with comments | « no previous file | infra/bots/recipe_modules/skia/fake_specs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698