We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8511e0 commit 760e13cCopy full SHA for 760e13c
Makefile
@@ -602,7 +602,7 @@ test-wpt: all
602
test-wpt-report:
603
$(RM) -r out/wpt
604
mkdir -p out/wpt
605
- WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
+ -WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
606
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
607
608
.PHONY: test-simple
0 commit comments