From b229d027d5cef64537f824147fa83102bc711e7c Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 19 Apr 2023 22:49:20 +0200 Subject: [PATCH] Revert "tools: ensure failed daily wpt run still generates a report" This reverts commit b17227b6e2c92f1a5836eb5eb463b6b2bc4396c6. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 25e54f109ef58b..6c457dfc3d894d 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