Skip to content

Commit 1aa1079

Browse files
mark-i-mkennytm
andauthored
Update src/ci/docker/x86_64-gnu-tools/checkregression.py
Co-Authored-By: kennytm <[email protected]>
1 parent 8940a27 commit 1aa1079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/x86_64-gnu-tools/checkregression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'The state of "{}" has {} from "{}" to "{}"'
3636
.format(tool, verb, state, new_state)
3737
)
38-
if tool not in REGRESSION_OK:
38+
if not (verb == 'regressed' and tool in REGRESSION_OK):
3939
regressed = True
4040

4141
if regressed:

0 commit comments

Comments
 (0)