summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-27 07:35:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-01-27 07:35:13 +0000
commit0c5cfb68c89d9e521fa8a43afc233764d0934703 (patch)
treeee034ac6ff51033c58f99e4aa9baafdfb20960cf /common.mk
parentc940d3fac522d1d5d2e61cdb728237d1dc5d497a (diff)
* common.mk (test-ruby): pass TESTS for options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 88a3552548..1bf5299e11 100644
--- a/common.mk
+++ b/common.mk
@@ -496,7 +496,7 @@ no-test-all: PHONY
test-ruby: $(TEST_RUNNABLE)-test-ruby
no-test-ruby: PHONY
yes-test-ruby: PHONY
- $(RUNRUBY) "$(srcdir)/test/runner.rb" ruby
+ $(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTS) ruby
extconf: $(PREP)
$(Q) $(MAKEDIRS) "$(EXTCONFDIR)"