commit | 25eeb7b935418fdbd4c6b63cd724e9eaff468703 | [log] [tgz] |
---|---|---|
author | Yuto Takano <yuto.takano@arm.com> | Fri Aug 06 21:27:59 2021 +0100 |
committer | Yuto Takano <yuto.takano@arm.com> | Fri Aug 06 21:27:59 2021 +0100 |
tree | bb96678818bccbf24b68ac000064fa311465a523 | |
parent | cfc9e4a275072d9e2e7dabc9a09bbdd005e1cdfa [diff] [blame] |
Output subprocess stdout if it errored Signed-off-by: Yuto Takano <yuto.takano@arm.com>
diff --git a/tests/scripts/check-names.py b/tests/scripts/check-names.py index 8ee5070..3310ae2 100755 --- a/tests/scripts/check-names.py +++ b/tests/scripts/check-names.py
@@ -513,6 +513,7 @@ check=True ) except subprocess.CalledProcessError as error: + self.log.debug(error.output) self.set_return_code(2) raise error finally: