We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8940a27 commit 1aa1079Copy full SHA for 1aa1079
src/ci/docker/x86_64-gnu-tools/checkregression.py
@@ -35,7 +35,7 @@
35
'The state of "{}" has {} from "{}" to "{}"'
36
.format(tool, verb, state, new_state)
37
)
38
- if tool not in REGRESSION_OK:
+ if not (verb == 'regressed' and tool in REGRESSION_OK):
39
regressed = True
40
41
if regressed:
0 commit comments