1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

use TESTOPTS instead of OPTS for tests

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-09-24 12:51:14 +00:00
parent e051de834d
commit e969e3ba7b

View file

@ -33,5 +33,5 @@ build_script:
- nmake -l
- nmake install-nodoc
test_script:
- nmake -l "OPTS=-v -q" btest
- nmake -l "OPTS=-v -q" test-basic
- nmake -l "TESTOPTS=-v -q" btest
- nmake -l "TESTOPTS=-v -q" test-basic