commit | 4b8a8072a59ee46b0e8595127ad5b237955daeff | [log] [tgz] |
---|---|---|
author | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | Fri Apr 21 05:23:02 2023 +0000 |
committer | Thiago Jung Bauermann <thiago.bauermann@linaro.org> | Fri Apr 21 05:33:09 2023 +0000 |
tree | c99356a26106e2c039022c44c125cf9dec633d57 | |
parent | a7d8c4ce0b1ec4d2816762ac5c78d95fcf4da5b5 [diff] |
validate_failures.py: Print message in case of broken sum file error Provides some context to help debug the problem. Change-Id: I78328cec1edd04cfc896d3facbc39f8e02b36d9c
diff --git a/contrib/testsuite-management/validate_failures.py b/contrib/testsuite-management/validate_failures.py index 78c43f9..5d6ea24 100755 --- a/contrib/testsuite-management/validate_failures.py +++ b/contrib/testsuite-management/validate_failures.py
@@ -137,6 +137,7 @@ if tool == None or exp == None: # .sum file seem to be broken. There was no "tool" and/or "exp" # lines preceding this result. + print(f'.sum file seems to be broken: tool="{tool}", exp="{exp}", summary_line="{summary_line}"') raise self.tool = tool self.exp = exp