aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py
diff options
context:
space:
mode:
authorWPT Sync Bot <josh+wptsync@joshmatthews.net>2018-09-27 21:57:09 -0400
committerWPT Sync Bot <josh+wptsync@joshmatthews.net>2018-09-27 23:48:13 -0400
commit7295abcc2a655f42e87640d157068db40de088fb (patch)
treed4aa79101326f34c0bbbacaa7fb4d4b048d4780f /tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py
parent0964d055cd2c390439a007bca3099258fa2ada3f (diff)
downloadservo-7295abcc2a655f42e87640d157068db40de088fb.tar.gz
servo-7295abcc2a655f42e87640d157068db40de088fb.zip
Update web-platform-tests to revision 36634cbcf3253dfe8d220990a27ad4eeebf8ec2f
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py')
-rwxr-xr-xtests/wpt/web-platform-tests/tools/ci/taskcluster-run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py b/tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py
index 45416501e03..5a720baa2e9 100755
--- a/tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py
+++ b/tests/wpt/web-platform-tests/tools/ci/taskcluster-run.py
@@ -73,7 +73,8 @@ def main(product, commit_range, wpt_args):
"-y",
"--no-pause",
"--no-restart-on-unexpected",
- "--install-fonts"
+ "--install-fonts",
+ "--no-headless"
]
wpt_args += browser_specific_args.get(product, [])