Skip to content

Commit b17227b

Browse files
committed
tools: ensure failed daily wpt run still generates a report
PR-URL: #47376 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 23f4a6c commit b17227b

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
@@ -592,7 +592,7 @@ test-wpt: all
592592
test-wpt-report:
593593
$(RM) -r out/wpt
594594
mkdir -p out/wpt
595-
WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
595+
-WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
596596
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
597597

598598
.PHONY: test-internet

0 commit comments

Comments
 (0)