aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-26 21:39:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-26 21:39:47 +0000
commitaa25b1e7403840a4ac3bf1ee0e2318d8cb473260 (patch)
treead786622d30db01532b8b26c6794fa04fce6b660 /defs
parent7b2c7b620c9d124d5d676a09acf6799f57627b0d (diff)
downloadruby-aa25b1e7403840a4ac3bf1ee0e2318d8cb473260.tar.gz
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
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 4e38f38559..21447b58da 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -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)