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

ruby-changes:53546

From: k0kubun <ko1@a...>
Date: Fri, 16 Nov 2018 15:47:41 +0900 (JST)
Subject: [ruby-changes:53546] k0kubun:r65762 (trunk): appveyor.yml: skip reverting comment improvement [ci skip]

k0kubun	2018-11-16 15:47:37 +0900 (Fri, 16 Nov 2018)

  New Revision: 65762

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

  Log:
    appveyor.yml: skip reverting comment improvement [ci skip]
    
    This part was not intended in r65760

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 65761)
+++ appveyor.yml	(revision 65762)
@@ -94,7 +94,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L94
     - nmake -l "TESTOPTS=-v -q" btest
     - nmake -l "TESTOPTS=-v -q" test-basic
     - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0 --excludes=../test/excludes/_appveyor -j%JOBS% --exclude win32ole --exclude test_syntax --exclude test_open-uri --exclude test_bundled_ca" test-all
-    # separately execute tests that may crash worker without -j.
+    # separately execute tests without -j which may crash worker with -j.
     - nmake -l "TESTOPTS=-v --subprocess-timeout-scale=3.0 --excludes=../test/excludes/_appveyor" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb ../test/rubygems/test_bundled_ca.rb"
     - nmake -l test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows
 -
@@ -137,6 +137,6 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L137
   test_script:
     - mingw32-make test
     - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 --excludes=../ruby/test/excludes/_appveyor -j %JOBS% --exclude win32ole --exclude test_open-uri"
-    # separately execute tests that may crash worker without -j.
+    # separately execute tests without -j which may crash worker with -j.
     - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 --excludes=../ruby/test/excludes/_appveyor" TESTS="../ruby/test/win32ole ../ruby/test/open-uri/test_open-uri.rb"
     - mingw32-make test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows

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

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