Index: buildbot/slave/skia_slave_scripts/postrender.py |
=================================================================== |
--- buildbot/slave/skia_slave_scripts/postrender.py (revision 10814) |
+++ buildbot/slave/skia_slave_scripts/postrender.py (working copy) |
@@ -13,7 +13,7 @@ |
def _Run(self): |
self._flavor_utils.CopyDirectoryContentsToHost( |
self._flavor_utils.DevicePathJoin(self._device_dirs.GMActualDir(), |
- self._gm_image_subdir), |
+ self._builder_name), |
self._gm_actual_dir) |
self._flavor_utils.CopyDirectoryContentsToHost( |
self._device_dirs.SKPOutDir(), |
@@ -23,4 +23,4 @@ |
if '__main__' == __name__: |
- sys.exit(BuildStep.RunBuildStep(PostRender)) |
+ sys.exit(BuildStep.RunBuildStep(PostRender)) |