Chromium Code Reviews| Index: bin/ctest.py |
| diff --git a/bin/ctest.py b/bin/ctest.py |
| index a6c1d916f6cafe71301a317165ab34525a3bfdb5..3e424b7046accd923a5f9246a1af293d69b5090a 100755 |
| --- a/bin/ctest.py |
| +++ b/bin/ctest.py |
| @@ -311,7 +311,8 @@ def main(): |
| RunAUTestHarness(options.board, options.channel, options.latestbase, |
| options.zipbase, options.no_graphics, options.type, |
| - options.remote, not options.cache) |
| + options.remote, not options.cache, |
| + options.test_results_root) |
| if __name__ == '__main__': |