Fix install of full build packages.
Change-Id: I8296304b2297d3ac746920f5f2f70096d055a46c
This commit is contained in:
@@ -326,7 +326,7 @@ class TestRunner(object):
|
|||||||
if not self._options.preview:
|
if not self._options.preview:
|
||||||
old_dir = os.getcwd()
|
old_dir = os.getcwd()
|
||||||
os.chdir(self._root_path)
|
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)
|
os.chdir(old_dir)
|
||||||
self._DoInstall(output)
|
self._DoInstall(output)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user