Chromium Code Reviews| Index: testing/tools/run_corpus_tests.py |
| diff --git a/testing/tools/run_corpus_tests.py b/testing/tools/run_corpus_tests.py |
| index c7ff605475591dd8b3230d81e280aef4d21fb5d7..dd81a2736d8e20ad69c9f0e67a429888aee860e4 100755 |
| --- a/testing/tools/run_corpus_tests.py |
| +++ b/testing/tools/run_corpus_tests.py |
| @@ -9,7 +9,7 @@ import test_runner |
| def main(): |
| runner = test_runner.TestRunner('corpus') |
| - runner.Run() |
| + return runner.Run() |
| if __name__ == '__main__': |
| sys.exit(main()) |