Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit af15021

Browse files
committed
simplify
1 parent 4134e77 commit af15021

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,12 @@ ci-msvc: ci-msvc-py ci-msvc-ps1
110110

111111
# Set of tests that should represent half of the time of the test suite.
112112
# Used to split tests across multiple CI runners.
113-
TESTS_IN_MINGW_X := tests\/
114113

115114
# test both x and bootstrap entrypoints
116115
ci-mingw-x:
117-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_X)
116+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 tests/
118117
ci-mingw-bootstrap:
119-
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_X:%=--skip %)
118+
$(Q)$(BOOTSTRAP) test --stage 2 --skip tests/
120119
ci-mingw: ci-mingw-x ci-mingw-bootstrap
121120

122121
.PHONY: dist

0 commit comments

Comments
 (0)