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