Skip to content

Commit 19de8a2

Browse files
committed
TEMP: x86_64-msvc-1: Force testing of tests/debuginfo
1 parent b17e515 commit 19de8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ TEST_SET2 := --skip=tests --skip=coverage-map --skip=coverage-run --skip=library
109109

110110
# this intentionally doesn't use `$(BOOTSTRAP)` so we can test the shebang on Windows
111111
ci-msvc-py:
112-
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 $(TEST_SET1)
112+
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 tests\debuginfo
113113
ci-msvc-ps1:
114114
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 $(TEST_SET2)
115115
ci-msvc: ci-msvc-py ci-msvc-ps1

0 commit comments

Comments
 (0)