aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-04-20 11:22:01 -0400
committerGitHub <noreply@github.com>2020-04-20 11:22:01 -0400
commit2777134efb839c3be886fcd4abbb7ced8cfca94e (patch)
tree3e023227703c0cf5abf78a5a6d4e1170b3fd33c5
parent5f5643e7aa1b532917794cb739f8973539b45fc8 (diff)
downloadservo-2777134efb839c3be886fcd4abbb7ced8cfca94e.tar.gz
servo-2777134efb839c3be886fcd4abbb7ced8cfca94e.zip
Use python binary to run multiprocess tests.
-rw-r--r--etc/taskcluster/decision_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index b67defe5c46..4178e953cda 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -614,7 +614,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
# https://github.com/servo/servo/issues/22438
if this_chunk == 0:
task.with_script("""
- time python2 ./mach test-wpt --release --binary-arg=--multiprocess \
+ time python ./mach test-wpt --release --binary-arg=--multiprocess \
--processes $PROCESSES \
--log-raw test-wpt-mp.log \
--log-errorsummary wpt-mp-errorsummary.log \