Chromium Code Reviews| Index: testing/tools/run_pixel_tests.py |
| diff --git a/testing/tools/run_pixel_tests.py b/testing/tools/run_pixel_tests.py |
| index 168846265bd9c699e7e8ce6c5459e3a94d6e66a6..98e8916cc09ca5fd5fc56d1a3ac37ce474f7d0f0 100755 |
| --- a/testing/tools/run_pixel_tests.py |
| +++ b/testing/tools/run_pixel_tests.py |
| @@ -70,6 +70,7 @@ def main(): |
| failures.append(input_path) |
| if failures: |
| + failures.sort() |
| print '\n\nSummary of Failures:' |
| for failure in failures: |
| print failure |