Skip to content

Commit

Permalink
* common.mk (test-ruby): pass TESTS for options.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jan 27, 2012
1 parent c940d3f commit 0c5cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 0c5cfb6

Please sign in to comment.