Merge "releasetools: Capture stderr output when calling delta_generator."
am: 26fc64da06
Change-Id: Ie31820c3fc46aa3dba3053d330f885fd7d9953aa
This commit is contained in:
@@ -165,7 +165,7 @@ def VerifyAbOtaPayload(cert, package):
|
||||
cmd = ['delta_generator',
|
||||
'--in_file=' + payload_file,
|
||||
'--public_key=' + pubkey]
|
||||
proc = common.Run(cmd, stdout=subprocess.PIPE)
|
||||
proc = common.Run(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
||||
stdoutdata, _ = proc.communicate()
|
||||
assert proc.returncode == 0, \
|
||||
'Failed to verify payload with delta_generator: %s\n%s' % (package,
|
||||
|
Reference in New Issue
Block a user