diff --git a/Makefile b/Makefile index 25e54f109ef58b..6c457dfc3d894d 100644 --- a/Makefile +++ b/Makefile @@ -592,7 +592,7 @@ test-wpt: all test-wpt-report: $(RM) -r out/wpt mkdir -p out/wpt - -WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt + WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt $(NODE) "$$PWD/tools/merge-wpt-reports.mjs" .PHONY: test-internet