From f7e1e4422ad53d8dc6c6868f1903a260e148894b Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 2 Apr 2023 23:02:16 +0200 Subject: [PATCH] tools: ensure failed daily wpt run still generates a report --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d882a1b007f687..831f9613233881 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