mirror of https://github.com/nodejs/node.git
tools: ensure failed daily wpt run still generates a report
PR-URL: https://github.com/nodejs/node/pull/47376 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>pull/47088/head
parent
23f4a6c7e1
commit
b17227b6e2
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue