Skip to content

Commit 2d99ee4

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,10 @@ test-test426: all ## Run the Web Platform Tests.
655655
test-wpt: all ## Run the Web Platform Tests.
656656
$(PYTHON) tools/test.py $(PARALLEL_ARGS) wpt
657657

658+
# https://github.com/nodejs/node/blob/a00d95c73dcac8fc2b316238fb978a7d5aa650c6/.github/workflows/daily-wpt-fyi.yml#L71-L97
659+
# This uses NODE instead of OUT_NODE and if changes are to be made they'd need to be made on all
660+
# non-EOL release lines' since the wpt.fyi job checks out the repository in a state of a given release
661+
# to ensure future changes to the WPT runner don't need to be backported.
658662
.PHONY: test-wpt-report
659663
test-wpt-report: ## Run the Web Platform Tests and generate a report.
660664
$(RM) -r out/wpt

0 commit comments

Comments
 (0)