mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Allow passing extra args to wptrunner via an environment variable
This commit is contained in:
parent
4942cc76bd
commit
76125bbd51
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ check-content: contenttest
|
||||||
|
|
||||||
.PHONY: check-wpt
|
.PHONY: check-wpt
|
||||||
check-wpt:
|
check-wpt:
|
||||||
bash $(S)src/test/wpt/run.sh $(S) $(B)
|
bash $(S)src/test/wpt/run.sh $(S) $(B) $(WPTARGS)
|
||||||
|
|
||||||
.PHONY: tidy
|
.PHONY: tidy
|
||||||
tidy:
|
tidy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue