From 1684a1bd71c99e2525716146afc93f339c131807 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Tue, 14 Aug 2018 23:23:44 +0000 Subject: appveyor.yml: remove broken --name option Currently all tests are skipped by the --name option. V=1 is for debugging this issue. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 39e22e4082..e2e619a0a5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -130,7 +130,8 @@ for: 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" -- cgit v1.2.3