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

Commit d06081f

Browse files
committed
rename tests
1 parent c2908fa commit d06081f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ 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_2 := \
113+
TESTS_IN_MINGW_X := \
114114
tests/ui \
115115
tests/rustdoc \
116116
tests/run-make \
@@ -120,9 +120,9 @@ TESTS_IN_MINGW_2 := \
120120

121121
# test both x and bootstrap entrypoints
122122
ci-mingw-x:
123-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2)
123+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_X)
124124
ci-mingw-bootstrap:
125-
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2:%=--skip %)
125+
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_X:%=--skip %)
126126
ci-mingw: ci-mingw-x ci-mingw-bootstrap
127127

128128
.PHONY: dist

0 commit comments

Comments
 (0)