Merge "Fix install of full build packages." into jb-mr1-dev

This commit is contained in:
Brett Chabot
2012-09-19 17:06:49 -07:00
committed by Android (Google) Code Review

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)