* commit 'f5e9dcd82939e5077d003bbcbfd13752debf857b': Fix install of full build packages.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user