Skip to content

Commit

Permalink
Update src/ci/docker/x86_64-gnu-tools/checkregression.py
Browse files Browse the repository at this point in the history
Co-Authored-By: kennytm <kennytm@gmail.com>
  • Loading branch information
mark-i-m and kennytm committed Jul 18, 2019
1 parent 8940a27 commit 1aa1079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-tools/checkregression.py
Expand Up @@ -35,7 +35,7 @@
'The state of "{}" has {} from "{}" to "{}"'
.format(tool, verb, state, new_state)
)
if tool not in REGRESSION_OK:
if not (verb == 'regressed' and tool in REGRESSION_OK):
regressed = True

if regressed:
Expand Down

0 comments on commit 1aa1079

Please sign in to comment.