Skip to content

Commit

Permalink
Update the explanatory text in download-tests.sh (.bat)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Dec 1, 2024
1 parent 3537ec0 commit 30943d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions test/download-tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ set p=%~dp0

REM Commit hash of web-platform-tests (wpt)
REM
REM 1. Go to https://github.com/web-platform-tests/wpt/tree/master/url
REM 2. Find "Latest commit" text and click link next to it.
REM 3. Copy hash from URL
REM Run tools\update-wpt.py to update to the latest commit hash from
REM https://github.com/web-platform-tests/wpt/tree/master/url
set HASH=66adfd2a15d0500978448194cc0333b0906b61dc

for %%f in (setters_tests.json toascii.json urltestdata.json urltestdata-javascript-only.json percent-encoding.json IdnaTestV2.json) do (
Expand Down
5 changes: 2 additions & 3 deletions test/download-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ p="$(dirname "$0")"

# Commit hash of web-platform-tests (wpt)
#
# 1. Go to https://github.com/web-platform-tests/wpt/tree/master/url
# 2. Find "Latest commit" text and click link next to it.
# 3. Copy hash from URL
# Run tools/update-wpt.py to update to the latest commit hash from
# https://github.com/web-platform-tests/wpt/tree/master/url
HASH=66adfd2a15d0500978448194cc0333b0906b61dc

for f in setters_tests.json toascii.json urltestdata.json urltestdata-javascript-only.json percent-encoding.json IdnaTestV2.json
Expand Down

0 comments on commit 30943d8

Please sign in to comment.