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

Commit 0d02d12

Browse files
committed
fix typo
1 parent 02f4cbc commit 0d02d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/mk/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ TESTS_IN_MINGW_2 := \
115115

116116
# test both x and bootstrap entrypoints
117117
ci-mingw-x:
118-
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_2:%=--exclude %)
118+
$(Q)$(CFG_SRC_DIR)/x test --stage 2 $(TESTS_IN_MINGW_2:%=--exclude %)
119119
ci-mingw-bootstrap:
120-
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_2)
120+
$(Q)$(BOOTSTRAP) test --stage 2 $(TESTS_IN_MINGW_2)
121121
ci-mingw: ci-mingw-x ci-mingw-bootstrap
122122

123123
.PHONY: dist

0 commit comments

Comments
 (0)