Output subprocess stdout if it errored
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
cfc9e4a275
commit
25eeb7b935
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ class NameCheck(object):
|
||||||
check=True
|
check=True
|
||||||
)
|
)
|
||||||
except subprocess.CalledProcessError as error:
|
except subprocess.CalledProcessError as error:
|
||||||
|
self.log.debug(error.output)
|
||||||
self.set_return_code(2)
|
self.set_return_code(2)
|
||||||
raise error
|
raise error
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue