ruby-changes:67908
From: Hiroshi <ko1@a...>
Date: Sat, 11 Sep 2021 08:48:50 +0900 (JST)
Subject: [ruby-changes:67908] 934feb1dee (master): Removed minitest dir from make task
https://git.ruby-lang.org/ruby.git/commit/?id=934feb1dee From 934feb1dee4a75383f4326b7a7fec538181ea9ce Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 9 Sep 2021 20:04:33 +0900 Subject: Removed minitest dir from make task --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 0d51dc2..d5a3440 100644 --- a/common.mk +++ b/common.mk @@ -794,7 +794,7 @@ yes-test-knownbug: prog PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L794 test-testframework: $(TEST_RUNNABLE)-test-testframework yes-test-testframework: prog PHONY $(ACTIONS_GROUP) - $(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TOOL_TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) testunit minitest + $(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(TOOL_TESTSDIR)/runner.rb" --ruby="$(RUNRUBY)" $(TESTOPTS) testunit $(ACTIONS_ENDGROUP) no-test-testframework: PHONY -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/