Index: slave/skia_slave_scripts/run_gm.py |
diff --git a/slave/skia_slave_scripts/run_gm.py b/slave/skia_slave_scripts/run_gm.py |
index 97efda9bbe686b2dfc68b64c7499b865e472df84..d2ad69688e5919eb42603bedf75aeb29e0c01f41 100644 |
--- a/slave/skia_slave_scripts/run_gm.py |
+++ b/slave/skia_slave_scripts/run_gm.py |
@@ -20,6 +20,8 @@ class RunGM(BuildStep): |
timeout=timeout, no_output_timeout=no_output_timeout, **kwargs) |
def _Run(self): |
+ # TODO(epoger): I think some of these os.path.join() calls need to be |
epoger
2014/05/19 19:35:40
Am I right about this? If so, I can make the chan
borenet
2014/05/19 21:04:38
Yeah, I think that's true. I think we get lucky b
epoger
2014/05/19 22:07:24
Done.
|
+ # self._flavor_utils.DevicePathJoin() instead. Seems to work anyway. |
output_dir = os.path.join(self._device_dirs.GMActualDir(), |
self._builder_name) |
cmd = ['--verbose', |