summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2023-04-02 23:02:16 +0200
committerFilip Skokan <panva.ip@gmail.com>2023-04-03 13:06:27 +0200
commitb17227b6e2c92f1a5836eb5eb463b6b2bc4396c6 (patch)
tree5d02599f380f8f78bacbd81010965a4a6861feb3 /Makefile
parent23f4a6c7e129a6d0f200df43b6471cfb080060df (diff)
downloadnode-new-b17227b6e2c92f1a5836eb5eb463b6b2bc4396c6.tar.gz
tools: ensure failed daily wpt run still generates a report
PR-URL: https://github.com/nodejs/node/pull/47376 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d882a1b007..831f961323 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