commit | b0b8c7816d6884650f4ad010dc6e27c45a247d08 | [log] [tgz] |
---|---|---|
author | Brett Chabot <[email protected]> | Wed Sep 19 08:32:56 2012 -0700 |
committer | Brett Chabot <[email protected]> | Wed Sep 19 08:32:56 2012 -0700 |
tree | 3df9968d276b9d671c9e176e51616158f009d7bd | |
parent | 91615e7f5a7d55ffa349168108636084bfae25e4 [diff] [blame] |
Fix install of full build packages. Change-Id: I8296304b2297d3ac746920f5f2f70096d055a46c
diff --git a/testrunner/runtest.py b/testrunner/runtest.py index 1c11e27..3a47f87 100755 --- a/testrunner/runtest.py +++ b/testrunner/runtest.py
@@ -326,7 +326,7 @@ 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)