[前][次][番号順一覧][スレッド一覧]

ruby-changes:44155

From: nobu <ko1@a...>
Date: Sat, 24 Sep 2016 21:51:20 +0900 (JST)
Subject: [ruby-changes:44155] nobu:r56228 (trunk): use TESTOPTS instead of OPTS for tests

nobu	2016-09-24 21:51:14 +0900 (Sat, 24 Sep 2016)

  New Revision: 56228

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56228

  Log:
    use TESTOPTS instead of OPTS for tests

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 56227)
+++ appveyor.yml	(revision 56228)
@@ -33,5 +33,5 @@ build_script: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L33
   - 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]