ruby-changes:39774
From: nobu <ko1@a...>
Date: Mon, 14 Sep 2015 15:07:24 +0900 (JST)
Subject: [ruby-changes:39774] nobu:r51855 (trunk): common.mk: excluding options to test-ruby
nobu 2015-09-14 15:07:18 +0900 (Mon, 14 Sep 2015) New Revision: 51855 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51855 Log: common.mk: excluding options to test-ruby * common.mk (yes-test-ruby): apply excluding options as well as "test". Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 51854) +++ common.mk (revision 51855) @@ -590,7 +590,7 @@ no-test-all: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L590 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)" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/