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

* commit 'f5e9dcd82939e5077d003bbcbfd13752debf857b':
  Fix install of full build packages.
This commit is contained in:
Brett Chabot
2012-09-20 09:29:01 -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)