mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: RUBY_TESTOPTS
* common.mk (TESTOPTS): initialize by the environment variable RUBY_TESTOPTS, which is prefixed to get rid of conflict. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ed00379c79
commit
6a68a23109
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil'
|
|||
TESTSDIR = $(srcdir)/test
|
||||
TEST_EXCLUDES = --excludes=$(TESTSDIR)/excludes
|
||||
TESTWORKDIR = testwork
|
||||
TESTOPTS = $(RUBY_TESTOPTS)
|
||||
|
||||
TESTRUN_SCRIPT = $(srcdir)/test.rb
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue