ruby-changes:52958
From: k0kubun <ko1@a...>
Date: Fri, 19 Oct 2018 22:05:11 +0900 (JST)
Subject: [ruby-changes:52958] k0kubun:r65172 (trunk): appveyor.yml: use -fs for test-spec
k0kubun 2018-10-19 22:05:05 +0900 (Fri, 19 Oct 2018) New Revision: 65172 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65172 Log: appveyor.yml: use -fs for test-spec to debug silent death on vs120 builds https://ci.appveyor.com/project/ruby/ruby/builds/19630104/job/tm8at8kfnvwxwe58 https://ci.appveyor.com/project/ruby/ruby/builds/19631779/job/qpjanaho1lc1e5a0 Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65171) +++ appveyor.yml (revision 65172) @@ -95,7 +95,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L95 - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=1.5 --exclude win32ole --exclude test_syntax --exclude test_open-uri" test-all RUBY_FORCE_TEST_JIT=1 # separately execute tests that may crash worker without -j. - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=1.5" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb" - - nmake -l test-spec + - nmake -l test-spec MSPECOPT=-fs - matrix: only: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/