We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f4a6c commit b17227bCopy full SHA for b17227b
Makefile
@@ -592,7 +592,7 @@ test-wpt: all
592
test-wpt-report:
593
$(RM) -r out/wpt
594
mkdir -p out/wpt
595
- WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
+ -WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
596
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
597
598
.PHONY: test-internet
0 commit comments