mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Update web-platform-tests to revision c2b30ef30749b6a8f2cc832761dfe011e63d5e94
This commit is contained in:
parent
987e376ca7
commit
eda9b9b73a
142 changed files with 3513 additions and 851 deletions
|
@ -7,7 +7,7 @@ EXPAND=expand
|
|||
EXPANDFLAGS=
|
||||
GIT=git
|
||||
GITFLAGS=
|
||||
PYTHON=python3
|
||||
PYTHON=python
|
||||
PYTHONFLAGS=
|
||||
VNU_TEST_REPO=git@github.com:validator/tests.git
|
||||
ITS_REPO=git@github.com:w3c/its-2.0-testsuite-inputdata.git
|
||||
|
@ -24,7 +24,7 @@ README.md: index.html
|
|||
| $(EXPAND) $(EXPANDFLAGS) > $@
|
||||
|
||||
messages.json: .FORCE
|
||||
$(PYTHON) $(PYTHONFLAGS) -mjson.tool --sort-keys $@ > $@.tmp
|
||||
$(PYTHON) $(PYTHONFLAGS) -mjson.tool $@ > $@.tmp
|
||||
mv $@.tmp $@
|
||||
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue