Update web-platform-tests to revision 5852f617c1ad109939bdb6b70f362dcd84a5cb73

This commit is contained in:
WPT Sync Bot 2019-02-12 20:32:10 -05:00
parent c80c3f3167
commit 4375e3f248
44 changed files with 1103 additions and 114 deletions

View file

@ -1,3 +1,5 @@
#!/bin/bash
# This script is embedded in the docker image, and so the image must be updated when changes
# to the script are made. To do this, assuming you have docker installed:
# In tools/docker/ :
@ -8,7 +10,6 @@
# Update the `image` specified in the project's .taskcluster.yml file
#!/bin/bash
set -ex
REMOTE=${1:-https://github.com/web-platform-tests/wpt}