am 42c14447: Merge "Fix install of full build packages." into jb-mr1-dev

* commit '42c14447df3f46d1176675c0e021726bf6087519':
  Fix install of full build packages.
This commit is contained in:
Brett Chabot
2012-09-20 06:08:13 -07:00
committed by Android Git Automerger

View File

@@ -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)