mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use python binary to run multiprocess tests.
This commit is contained in:
parent
5f5643e7aa
commit
2777134efb
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue