Skip to content

Commit b819b67

Browse files
committed
build: update test-wpt-report to use NODE instead of OUT_NODE
1 parent e28656a commit b819b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ test-wpt: all ## Run the Web Platform Tests.
659659
test-wpt-report: ## Run the Web Platform Tests and generate a report.
660660
$(RM) -r out/wpt
661661
mkdir -p out/wpt
662-
-WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(OUT_NODE) $(PARALLEL_ARGS) wpt
662+
-WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
663663
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
664664

665665
.PHONY: test-internet

0 commit comments

Comments
 (0)