From cb1ff236f5a6a29e86f3b50aac05f6459a872b77 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Sep 2015 06:07:18 +0000 Subject: common.mk: excluding options to test-ruby * common.mk (yes-test-ruby): apply excluding options as well as "test". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 6e5103379d..8b0a09f25c 100644 --- a/common.mk +++ b/common.mk @@ -590,7 +590,7 @@ no-test-all: PHONY test-ruby: $(TEST_RUNNABLE)-test-ruby no-test-ruby: PHONY yes-test-ruby: prog encs PHONY - $(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTOPTS) -- ruby -ext- + $(RUNRUBY) "$(srcdir)/test/runner.rb" $(TEST_EXCLUDES) $(TESTOPTS) -- ruby -ext- extconf: $(PREP) $(Q) $(MAKEDIRS) "$(EXTCONFDIR)" -- cgit v1.2.3