Chromium Code Reviews| Index: mojo/tools/apptest_runner.py |
| diff --git a/mojo/tools/apptest_runner.py b/mojo/tools/apptest_runner.py |
| index d84dd234af44f0eaf755d47211a7f703f39ad357..fcf549931e261b76503679f50b35ff83a8dc439c 100755 |
| --- a/mojo/tools/apptest_runner.py |
| +++ b/mojo/tools/apptest_runner.py |
| @@ -64,7 +64,8 @@ def main(argv): |
| test_list = gtest_list_tests(list_output) |
| for test in test_list: |
| - command_line = [mojo_shell, apptest + " --gtest_filter=" + test] |
| + command_line = [mojo_shell, '--example_apptest_arg', |
|
msw
2014/11/20 21:59:12
1) Does this actually work? I thought the only arg
Chris Masone
2014/11/20 23:35:19
You were right, this wasn't actually working.
|
| + apptest + " --gtest_filter=" + test] |
| _logging.debug("Running %s..." % command_line) |
| try: |