| Index: testing/scripts/mojo_apptests.py
|
| diff --git a/testing/scripts/mojo_apptests.py b/testing/scripts/mojo_apptests.py
|
| index 2672ad2cd0eeb60b2e8d905acd35ce90b53c6329..49b855da2faa813c5d984837b0ffc295970be96f 100755
|
| --- a/testing/scripts/mojo_apptests.py
|
| +++ b/testing/scripts/mojo_apptests.py
|
| @@ -16,7 +16,7 @@
|
| build_dir = os.path.join(common.SRC_DIR, 'out', args.build_config_fs)
|
|
|
| with common.temporary_file() as tempfile_path:
|
| - rc = common.run_command([sys.executable, runner, build_dir, '--verbose',
|
| + rc = common.run_command([runner, build_dir, '--verbose',
|
| '--write-full-results-to', tempfile_path])
|
| with open(tempfile_path) as f:
|
| results = json.load(f)
|
|
|