Chromium Code Reviews| 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), |
|
borenet
2013/08/20 15:24:01
I still think it would be better to set self._gm_i
epoger
2013/08/20 15:46:20
Right, as we discussed elsewhere in this CL. As y
borenet
2013/08/20 15:55:20
Got it.
|
| 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)) |