mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 00:43:50 +00:00
Update src/ci/docker/x86_64-gnu-tools/checkregression.py
Co-Authored-By: kennytm <kennytm@gmail.com>
This commit is contained in:
parent
8940a27437
commit
1aa10797df
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user