Index: testing/scripts/mojo_apptests.py |
diff --git a/testing/scripts/mojo_apptests.py b/testing/scripts/mojo_apptests.py |
index 56e54e23eefaf5312f31e6b6c9f0a4d564b45675..8718ddd648fbc13c5d7d2f8c38e494db348a32d9 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) |