summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2023-04-19 22:49:20 +0200
committerFilip Skokan <panva.ip@gmail.com>2023-04-20 10:25:07 +0200
commita49e93e12717a26c3562f078323aa3a437b38f42 (patch)
treea0bdf07ba5cc4820c9b4d1ebc6ee21bf32e8f05c /Makefile
parent12094bcb97819b2eef1000dd5cb793d6b064680d (diff)
downloadnode-new-a49e93e12717a26c3562f078323aa3a437b38f42.tar.gz
Revert "tools: ensure failed daily wpt run still generates a report"
This reverts commit b17227b6e2c92f1a5836eb5eb463b6b2bc4396c6. PR-URL: https://github.com/nodejs/node/pull/47627 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25e54f109e..6c457dfc3d 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