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:
parent
e051de834d
commit
e969e3ba7b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue