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 b17e515 commit 19de8a2Copy full SHA for 19de8a2
src/bootstrap/mk/Makefile.in
@@ -109,7 +109,7 @@ TEST_SET2 := --skip=tests --skip=coverage-map --skip=coverage-run --skip=library
109
110
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
111
ci-msvc-py:
112
- $(Q)$(CFG_SRC_DIR)/x.py test --stage 2 $(TEST_SET1)
+ $(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tests\debuginfo
113
ci-msvc-ps1:
114
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 $(TEST_SET2)
115
ci-msvc: ci-msvc-py ci-msvc-ps1
0 commit comments