]> git.lizzy.rs Git - rust.git/commitdiff
Update src/ci/docker/x86_64-gnu-tools/checkregression.py
authorWho? Me?! <mark-i-m@users.noreply.github.com>
Thu, 18 Jul 2019 17:20:34 +0000 (12:20 -0500)
committerGitHub <noreply@github.com>
Thu, 18 Jul 2019 17:20:34 +0000 (12:20 -0500)
Co-Authored-By: kennytm <kennytm@gmail.com>
src/ci/docker/x86_64-gnu-tools/checkregression.py

index 081beb932b20158b9e9ca3b58ced80d400db6828..72acb107405e5240a40e3ceed31b6f30c537764f 100755 (executable)
@@ -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: