mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
gmake.mk: no test-knownbug if unnecessary
* defs/gmake.mk (test-all): no needs to depend on test-knownbug always. it is included in TEST_TARGETS if it is given. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b2c7b620c
commit
aa25b1e740
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ yes-btest-ruby: $(TEST_DEPENDS) yes-test-sample
|
|||
yes-test-sample: $(TEST_DEPENDS)
|
||||
endif
|
||||
ifneq ($(filter check%,$(MAKECMDGOALS)) $(filter test-all,$(TEST_TARGETS)),)
|
||||
yes-test-all yes-test-ruby: $(filter-out %test-all %test-ruby check%,$(TEST_TARGETS)) \
|
||||
yes-test-knownbug
|
||||
yes-test-all yes-test-ruby: $(filter-out %test-all %test-ruby check%,$(TEST_TARGETS))
|
||||
endif
|
||||
|
||||
$(TEST_TARGETS): $(TEST_DEPENDS)
|
||||
|
|
Loading…
Add table
Reference in a new issue