Skip to content

Commit 760e13c

Browse files
panvaRafaelGSS
authored andcommitted
tools: ensure failed daily wpt run still generates a report
PR-URL: #47376 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent f8511e0 commit 760e13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ test-wpt: all
602602
test-wpt-report:
603603
$(RM) -r out/wpt
604604
mkdir -p out/wpt
605-
WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
605+
-WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
606606
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
607607

608608
.PHONY: test-simple

0 commit comments

Comments
 (0)