summaryrefslogtreecommitdiffstats
path: root/testrunner
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@google.com>2012-09-19 17:06:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-19 17:06:50 -0700
commit42c14447df3f46d1176675c0e021726bf6087519 (patch)
tree0fef79533ee99595f5fbabd0784be3901b76146d /testrunner
parentc31f70a3e4b9464742b699f0e3f92f02fee0ddd6 (diff)
parentb0b8c7816d6884650f4ad010dc6e27c45a247d08 (diff)
downloadandroid_development-42c14447df3f46d1176675c0e021726bf6087519.tar.gz
android_development-42c14447df3f46d1176675c0e021726bf6087519.tar.bz2
android_development-42c14447df3f46d1176675c0e021726bf6087519.zip
Merge "Fix install of full build packages." into jb-mr1-dev
Diffstat (limited to 'testrunner')
-rwxr-xr-xtestrunner/runtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/runtest.py b/testrunner/runtest.py
index 1c11e2786..3a47f87f8 100755
--- a/testrunner/runtest.py
+++ b/testrunner/runtest.py
@@ -326,7 +326,7 @@ class TestRunner(object):
if not self._options.preview:
old_dir = os.getcwd()
os.chdir(self._root_path)
- output = run_command.RunCommand(cmd, return_output=False)
+ output = run_command.RunCommand(cmd, return_output=True)
os.chdir(old_dir)
self._DoInstall(output)