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

Unified Diff: buildbot/slave/skia_slave_scripts/prerender.py

Issue 23120002: Remove base-* directories from gm expected/actual paths; just use platform names (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: apply_comments_from_patchset5 Created 7 years, 4 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 | « buildbot/slave/skia_slave_scripts/postrender.py ('k') | buildbot/slave/skia_slave_scripts/run_gm.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: buildbot/slave/skia_slave_scripts/prerender.py
===================================================================
--- buildbot/slave/skia_slave_scripts/prerender.py (revision 10814)
+++ buildbot/slave/skia_slave_scripts/prerender.py (working copy)
@@ -113,7 +113,7 @@
self._flavor_utils.CreateCleanHostDirectory(self._gm_actual_dir)
self._flavor_utils.CreateCleanDeviceDirectory(
self._flavor_utils.DevicePathJoin(self._device_dirs.GMActualDir(),
- self._gm_image_subdir))
+ self._builder_name))
self._flavor_utils.CreateCleanHostDirectory(
self._local_playback_dirs.PlaybackGmActualDir())
self._flavor_utils.CreateCleanDeviceDirectory(self._device_dirs.SKPOutDir())
« no previous file with comments | « buildbot/slave/skia_slave_scripts/postrender.py ('k') | buildbot/slave/skia_slave_scripts/run_gm.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698