Skip to content

Commit c17f268

Browse files
panvatargos
authored andcommitted
Revert "tools: ensure failed daily wpt run still generates a report"
This reverts commit b17227b. PR-URL: #47627 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Matthew Aitken <[email protected]>
1 parent a54e898 commit c17f268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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)