From 788f83c954428f2043df9d6d949e44d94e1cae97 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 6 May 2020 13:58:47 -0400 Subject: [PATCH] Run url tests under python3. --- etc/taskcluster/decision_task.py | 8 ++++---- 1 file 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 \