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

Co-Authored-By: kennytm <kennytm@gmail.com>
This commit is contained in:
Who? Me?! 2019-07-18 12:20:34 -05:00 committed by GitHub
parent 8940a27437
commit 1aa10797df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ if __name__ == '__main__':
'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: