aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/decision_task.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-05-06 13:58:47 -0400
committerJosh Matthews <josh@joshmatthews.net>2020-05-06 13:58:47 -0400
commit788f83c954428f2043df9d6d949e44d94e1cae97 (patch)
tree0831fd1ca1ef93b36e67ac02b7796438045dbf1c /etc/taskcluster/decision_task.py
parentc5ddf8e76ae50ae3e6d6d21f9c38a2d437694574 (diff)
downloadservo-788f83c954428f2043df9d6d949e44d94e1cae97.tar.gz
servo-788f83c954428f2043df9d6d949e44d94e1cae97.zip
Run url tests under python3.
Diffstat (limited to 'etc/taskcluster/decision_task.py')
-rw-r--r--etc/taskcluster/decision_task.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py
index 0d041e089d1..227a5b103a8 100644
--- a/etc/taskcluster/decision_task.py
+++ b/etc/taskcluster/decision_task.py
@@ -620,11 +620,11 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
--log-errorsummary wpt-mp-errorsummary.log \
eventsource \
| cat
- time env PYTHONIOENCODING=utf-8 python3 ./mach test-wpt --release --binary-arg=--multiprocess \
+ time env PYTHONIOENCODING=utf-8 python3 ./mach test-wpt --release \
--processes $PROCESSES \
- --log-raw test-wpt-mp.log \
- --log-errorsummary wpt-mp-errorsummary.log \
- eventsource \
+ --log-raw test-wpt-py3.log \
+ --log-errorsummary wpt-py3-errorsummary.log \
+ url \
| cat
time ./mach test-wpt --release --product=servodriver --headless \
tests/wpt/mozilla/tests/mozilla/DOMParser.html \