We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28656a commit b819b67Copy full SHA for b819b67
Makefile
@@ -659,7 +659,7 @@ test-wpt: all ## Run the Web Platform Tests.
659
test-wpt-report: ## Run the Web Platform Tests and generate a report.
660
$(RM) -r out/wpt
661
mkdir -p out/wpt
662
- -WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(OUT_NODE) $(PARALLEL_ARGS) wpt
+ -WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
663
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
664
665
.PHONY: test-internet
0 commit comments