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

ruby-changes:52156

From: k0kubun <ko1@a...>
Date: Wed, 15 Aug 2018 08:23:50 +0900 (JST)
Subject: [ruby-changes:52156] k0kubun:r64364 (trunk): appveyor.yml: remove broken --name option

k0kubun	2018-08-15 08:23:44 +0900 (Wed, 15 Aug 2018)

  New Revision: 64364

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

  Log:
    appveyor.yml: remove broken --name option
    
    Currently all tests are skipped by the --name option.
    V=1 is for debugging this issue.

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 64363)
+++ appveyor.yml	(revision 64364)
@@ -130,7 +130,8 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L130
       sh -c "mingw32-make -j$(nproc)"
       sh -c "mingw32-make -j$(nproc) install"
   test_script:
+    # Overriding TEST_EXCLUDES because `--name=!/memory_leak/` is considered as a positive filter on AppVeyor msys2.
     - |
       sh -c "mingw32-make test"
-      sh -c "mingw32-make -j$(nproc) test-all RUBY_FORCE_TEST_JIT=1"
+      sh -c "mingw32-make -j$(nproc) test-all RUBY_FORCE_TEST_JIT=1 V=1 TEST_EXCLUDES='--excludes-dir=test/excludes'"
       sh -c "mingw32-make -j$(nproc) test-spec MSPECOPT=-j"

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

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