Chromium Code Reviews| Index: testing/scripts/common.py |
| diff --git a/testing/scripts/common.py b/testing/scripts/common.py |
| index 5cba136cb51561bbf0a1833997927573eba604c7..d07548c496cbb6f7c6f065e9f93df8f96884f153 100644 |
| --- a/testing/scripts/common.py |
| +++ b/testing/scripts/common.py |
| @@ -22,6 +22,10 @@ SRC_DIR = os.path.abspath( |
| MAX_FAILURES_EXIT_STATUS = 101 |
| +# Exit code to indicate infrastructure issue. |
| +INFRA_FAILURE_EXIT_CODE = 87 |
| + |
| + |
| def run_script(argv, funcs): |
| def parse_json(path): |
| with open(path) as f: |