aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-24 12:51:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-24 12:51:14 +0000
commit3c903fa018652347fc5d963f406ecea9e23e10c8 (patch)
tree37e7658307f0cab63652a23e277f903e1397366e
parent20d81adcae427d0d19dd9513d5180a0f05182192 (diff)
downloadruby-3c903fa018652347fc5d963f406ecea9e23e10c8.tar.gz
use TESTOPTS instead of OPTS for tests
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index eb44982289..d93bd68fd1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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