mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00:00
Output subprocess stdout if it errored
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
cfc9e4a275
commit
25eeb7b935
@ -513,6 +513,7 @@ class NameCheck(object):
|
||||
check=True
|
||||
)
|
||||
except subprocess.CalledProcessError as error:
|
||||
self.log.debug(error.output)
|
||||
self.set_return_code(2)
|
||||
raise error
|
||||
finally:
|
||||
|
Loading…
x
Reference in New Issue
Block a user