From 2777134efb839c3be886fcd4abbb7ced8cfca94e Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Mon, 20 Apr 2020 11:22:01 -0400 Subject: [PATCH] Use python binary to run multiprocess tests. --- etc/taskcluster/decision_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \