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 6927e64 commit 176b3e9Copy full SHA for 176b3e9
src/bootstrap/mk/Makefile.in
@@ -114,7 +114,7 @@ TEST_SET2 := --skip=tests --skip=coverage-map --skip=coverage-run --skip=library
114
ci-msvc-py:
115
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 $(TEST_SET1)
116
ci-msvc-ps1:
117
- $(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 $(TEST_SET2)
+ $(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 $(TEST_SET2) --verbose
118
ci-msvc: ci-msvc-py ci-msvc-ps1
119
120
## MingW native builders
0 commit comments