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

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

Issue 2494663002: WebRTC: Use slave_build dir instead of working dir for symlink cleaning. (Closed)
Patch Set: Created 4 years, 1 month 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/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_asan__l_nexus6_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/webrtc/api.py
diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
index 57e813276eb902c1fd3c83fb337eade0d63a0923..5d9cfc81b69d3d86f6fa446f7adecf8e4316968c 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -184,7 +184,7 @@ class WebRTCApi(recipe_api.RecipeApi):
# Cleanup symlinks if there are any created.
self.m.python('clean symlinks',
script=self.resource('cleanup_symlinks.py'),
- args=[self._working_dir],
+ args=[self.m.path['slave_build']],
infra_step=True)
update_step = self.m.bot_update.ensure_checkout(**kwargs)
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_android32_asan__l_nexus6_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698