Skip to content

Commit 176b3e9

Browse files
CI debugging
1 parent 6927e64 commit 176b3e9

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
@@ -114,7 +114,7 @@ TEST_SET2 := --skip=tests --skip=coverage-map --skip=coverage-run --skip=library
114114
ci-msvc-py:
115115
$(Q)$(CFG_SRC_DIR)/x.py test --stage 2 $(TEST_SET1)
116116
ci-msvc-ps1:
117-
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 $(TEST_SET2)
117+
$(Q)$(CFG_SRC_DIR)/x.ps1 test --stage 2 $(TEST_SET2) --verbose
118118
ci-msvc: ci-msvc-py ci-msvc-ps1
119119

120120
## MingW native builders

0 commit comments

Comments
 (0)