aboutsummaryrefslogtreecommitdiff
path: root/crosperf/download_images.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/download_images.py')
-rw-r--r--crosperf/download_images.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/crosperf/download_images.py b/crosperf/download_images.py
index 72f3fb04..8fecf8b3 100644
--- a/crosperf/download_images.py
+++ b/crosperf/download_images.py
@@ -28,8 +28,8 @@ class ImageDownloader(object):
# image name.
command = ("cd ~/trunk/src/third_party/toolchain-utils/crosperf; "
"python translate_xbuddy.py '%s'" % xbuddy_label)
- retval, build_id_tuple_str, _ = self._ce.ChrootRunCommand(chromeos_root,
- command, True)
+ retval, build_id_tuple_str, _ = self._ce.ChrootRunCommandWOutput(
+ chromeos_root, command)
if not build_id_tuple_str:
raise MissingImage ("Unable to find image for '%s'" % xbuddy_label)