summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-12 10:02:42 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-12 13:18:28 +0900
commit8be4659b600d28f9f9b812ab2692a367260528d9 (patch)
tree62886048421149e79c39966f4bec06caf9c67aaa /common.mk
parent2ec181992b2f14c2f1c9b3bd94590f8503136f1c (diff)
Run test-unit test without rake task to avoid yard dependency
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7928
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 97a259b27e..fc9612defe 100644
--- a/common.mk
+++ b/common.mk
@@ -1429,7 +1429,7 @@ no-test-bundled-gems-prepare: no-test-bundled-gems-precheck
yes-test-bundled-gems-prepare: yes-test-bundled-gems-precheck
$(ACTIONS_GROUP)
$(XRUBY) -C "$(srcdir)" bin/gem install --no-document \
- --install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "yard" "packnga" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
+ --install-dir .bundle --conservative "bundler" "minitest:~> 5" "test-unit" "rake" "hoe" "rexml" "json-schema" "test-unit-rr" "rake-compiler"
$(ACTIONS_ENDGROUP)
PREPARE_BUNDLED_GEMS = test-bundled-gems-prepare