ruby-changes:53161
From: k0kubun <ko1@a...>
Date: Fri, 26 Oct 2018 17:34:46 +0900 (JST)
Subject: [ruby-changes:53161] k0kubun:r65375 (trunk): appveyor.yml: run second half of vs with -v
k0kubun 2018-10-26 17:34:42 +0900 (Fri, 26 Oct 2018) New Revision: 65375 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65375 Log: appveyor.yml: run second half of vs with -v because it may silently die like https://ci.appveyor.com/project/ruby/ruby/builds/19813015/job/a99c4hrs69g4iorg and we can't know which test was bad. Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65374) +++ appveyor.yml (revision 65375) @@ -95,7 +95,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L95 - nmake -l "TESTOPTS=-v -q" test-basic - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0 --exclude win32ole --exclude test_syntax --exclude test_open-uri --exclude test_bundled_ca" test-all # separately execute tests that may crash worker without -j. - - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0" 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 "TESTOPTS=-v --subprocess-timeout-scale=3.0" 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 - matrix: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/